Flag finder for Zelda: PH
Microsoft's Visual C++ Redistributable is required.
Install the required components:
python -m pip install -r requirements.txtInstall Tkinter (if not installed):
sudo apt install python3-tkCreate a virtual environment (optional but recommended):
python3 -m venv venv
source venv/bin/activate # Activate itInstall the required components:
pip install -r requirements.txtRun the program like so:
python phff.py [rom_path]The rom_path arg is optional. If omitted, a file dialog window will automatically pop up.
The ROM must be Zelda: PH. Only US (E) and European (P) versions are supported for now.
pip install mypy
pip install pre-commitpre-commit run --all-filesmypy .Python version: 3.12