π pymigaguide
A viewer/converter for Amiga .guide
files. Uses textual
to view.
# run from uvx and open in the TUI
uvx pymigaguide some.guide
# run with pipx and run the help
pipx pymigaguide --help
# install and view in your terminal
pip install pymigaguide
pymigaguide whatever.guide --dump --format=txt | less
Supported formats: json, markdown, html and txt
Links
- π home
- πͺ΅ blog about the creation of it.
- π file format docs from GPT-5.
- π pydoc - more machine generated spew.
- π pypi
- πΊ github
LICENSE
WTFPL with one additional clause:
- Donβt blame me
That is, do what you like, but youβre on your own.