- Clone this repo 
git clone https://github.com/MichelDequick/custom-contribution-graph-generator.git - Install the requirements 
pip install -r custom-contribution-graph/requirements.txt - Run the program 
python custom-contribution-graph-generator - Draw your design in the provided UI and press ENTER
 - While the commits are generating
- Create a github repository
 - Remove the current origin 
git remote remove origin - Add your new repository as the new origin 
git add origin <your repo> 
 - Push your clone back to github, done!
 
python custom-contribution-graph-generator <custom repo name>
    positional arguments:
    repo_name             repository to create
    optional arguments:
    -h, --help            show this help message and exit
    
    -m MAX_COMMITS_A_DAY, --max-commits-a-day MAX_COMMITS_A_DAY
                            Maximum amount of commits a day 
                            (Default: 100)
    -y YEAR, --year YEAR  specify a specific year 
                            Example: 2010, 2018, 2020 
                            (Default: one year ago today)

