This is a fork of the mufflon-1.0 Commodore 64 image converter with some changes:
- Replace the PAL-only displayer code with the PAL/NTSC displayer from NUFLI Editor 1.12
- Update python GUI to python 3
- Remove GUI wrappers (shell/win32)
make
Set up a virtualenv:
python3 -mvenv .venv
.venv/bin/pip install -r requirements.txt
Use it to run the gui:
.venv/bin/python mufflongui.py