A simple Python script that generates Git contributions on specified dates.
Run the script in your command-line interface (CLI) with Python, and input the start and end dates as shown in the examples below.
python3 generate_contributions.py {start_year} {start_month} {start_day} {end_year} {end_month} {end_day}