πŸ“š 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

LICENSE

WTFPL with one additional clause:

  1. Don’t blame me

That is, do what you like, but you’re on your own.