Skip to content

mike8699/ph-flag-finder

Repository files navigation

PH Flag Finder

Flag finder for Zelda: PH

Setup

Windows

Microsoft's Visual C++ Redistributable is required.

Install the required components:

python -m pip install -r requirements.txt

Ubuntu/Debian

Install Tkinter (if not installed):

sudo apt install python3-tk

Create a virtual environment (optional but recommended):

python3 -m venv venv
source venv/bin/activate  # Activate it

Install the required components:

pip install -r requirements.txt

Running PHFF

Run 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.

Linting and type-checking

pip install mypy
pip install pre-commit

Lint

pre-commit run --all-files

Type-check

mypy .

Python version: 3.12

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages