- I created this so that I can store all my programs online, so if I lose my files, I can easily download them again and continue.
- Github helps me keep track of all the changes I do, making it very easy to revert to previous versions and view my progress.
- If someone has something to contribute, they can open up a new pull request, leading to my next point.
There are 3 easy steps to contributing to this project:
- Create a fork of this project
- Make modifications to the fork
- Open a pull request in this repository, with your new fork selected
Find this in more detail here
Please note: This project uses pep8 styling so if you are thinking of contributing, that is the preferred method of style, making python code easier to read.
If you have any queries please ask us in the issues tab and select the template labelled Questions