A paint program based on Super Mario Galaxy
To install all dependencies for the program, run:
pip install -r requirements.txt
If you've made changes to the processing program and want to regenerate the requirements.txt file, run:
pip install pipreqs
Then in the root directory, run:
python -m pipreqs.pipreqs .
And the requirements.txt file should be autogenerated!
In the root directory, run
python -m pygbag web
This will generate the files for running the web version in web/build/web
.