Skip to content

zzakiullah/Super-Mario-Galaxy-Paint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Super Mario Galaxy Paint

A paint program based on Super Mario Galaxy

Try live demo

Installation

Dependencies

To install all dependencies for the program, run:

pip install -r requirements.txt

Autogenerating 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!

Generating web version

In the root directory, run

python -m pygbag web

This will generate the files for running the web version in web/build/web.

Releases

No releases published

Packages

No packages published

Languages