SNES-Cheat-Patcher-Studio
Desktop tool for applying supported Game Genie cheats to SNES ROM backups.
File Explorer
- ci.yml
- CATALOG_CLEANUP_REPORT.json
- nointro_snes_db.json
- README.md
- snes-cheat-patcher-studio.png
- about_logo.png
- app_icon.ico
- app_icon.png
- header_logo.png
- cheat_catalog.json
- __init__.py
- __main__.py
- catalog.py
- core.py
- gui.py
- README.md
- test_catalog.py
- test_core.py
- test_gui_logic.py
- build_catalog.py
- .gitattributes
- .gitignore
- ATTRIBUTIONS.md
- build_windows.bat
- CHANGELOG.md
- COPYRIGHT
- LICENSE
- pyproject.toml
- README.md
- run_gui.py
- run_windows.bat
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
python
View Details ▼
python
Python language interpreter.
python
Start a REPL (interactive shell):
python {{path/to/file.py}}
Execute a specific Python file:
python -i {{path/to/file.py}}
Execute a specific Python file and start a REPL:
python3
View Details ▼
python3
This command is an alias of `python`.
tldr python
View documentation for the original command:
apt install
View Details ▼
apt install
Install packages for Debian-based distributions.
sudo apt install {{package}}
Install a package, or update it to the latest version:
sudo apt install {{[-V|--verbose-versions]}} {{package}}
Display verbose package version information during installation or update:
