Access all the hacks at sm64romhacks.com with a quick and easy to use interface.
- Download hacks with double click from sm64romhacks.com
- Keep a library of all your downloaded hacks
- Launch Hacks from your library with any emulator
- Cross platform
Clone the project
git clone https://github.com/jesusyoshi54/quick-patchGo to the project directory
cd quick-patchInstall dependencies
pip install -r requirements.txtRun via python
python qp.pyThis project packages an .exe created with pyinstaller.
To create your own executable, install pyinstaller, and compile with
pyinstaller qp.py -F -w