SNES-Cheat-Patcher-Studio

(★ 12)

Desktop tool for applying supported Game Genie cheats to SNES ROM backups.

File Explorer

  • .gitattributes
  • .gitignore
  • ATTRIBUTIONS.md
  • build_windows.bat
  • CHANGELOG.md
  • COPYRIGHT
  • LICENSE
  • pyproject.toml
  • README.md
  • run_gui.py
  • run_windows.bat

# Use via CDN

jsDelivr

jsDelivr 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 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 ▼

This command is an alias of `python`.

tldr python

View documentation for the original command:

🔍

apt install

View Details ▼

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:

# Project Badges

// repository documentation