- Login in to your git account from the terminal
- Make an empty repo on GitHub or any other git based VCS provider and set it as
remotefrom your local machine - Place the contents of this repository in the local directory
- Make sure you have one of the newer versions of
python 3installed and install all the necessary packages withpip install -r requirements.txtwith the right version ofpip - Run
gui.pywithpython gui.py, and click to make art!, You can click a day more than once to change the shade. - Click
Submitand wait for the script to run - Run
git push -u origin masterto upload your art!
- Add more features and functionality to the GUI like save and load art etc
- Change the year where the art will be saved to
- Test on other VCS providers like GitLab, BitBucket etc.

