Pyamoto is an advanced fork of the original Miyamoto editor with the purpose of improving functionality and usability.
Download the latest automated release from the releases page.
macOS users can also install via Homebrew:
brew tap zenith-team/tap
brew trust zenith-team/tap
brew install pyamotoFollow the guide on the wiki.
Read the changelog for a full list of changes and additions.
Dev discussions are in the #nsmbu channel in the Zenith Discord.
External contributions and fixes are welcome through Pull Requests and the Issues tab. Check Running From Source to setup a local development env.
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
# macOS/Linux
.venv/bin/python3 pyamoto.py
# or on Windows:
.venv\Scripts\python pyamoto.py