Pyamoto is an advanced fork of the original Miyamoto editor with the purpose of improving functionality and usability.
Download the latest release from the releases page.
Follow the guide on the wiki.
Prerequisites: Python 3 (Windows: check "Add Python to PATH" during install), Git.
git clone https://github.com/Zenith-Team/Pyamoto
cd Pyamoto
bash setup_venv.sh
.venv/bin/python3 pyamoto.py # macOS/Linux
# or on Windows:
# .venv\Scripts\python pyamoto.pyInstall the extra build dependencies, then run the release script:
.venv/bin/pip install "cx_Freeze==8.4.1" "dmgbuild==1.6.5" # macOS; omit dmgbuild on Windows/Linux
bash build_release.sh # uses the version in project.json
bash build_release.sh 1.1 # override the version- macOS — produces
Pyamoto-v<version>-macOS-universal.dmgin the repo root. - Windows / Linux — produces
distrib/miyamoto_v<version>/ready to zip.