A test build of Cenbe's Disk Wrangler is available on testPyPI, but installing it requres several steps because setuptools is not present on testPyPI:
# create venv in an empty directory:
python3 -m venv venv
. venv/bin/activate
# install the Wrangler and its libraries from testPyPI:
pip install --no-deps -i https://test.pypi.org/simple DiskWrangler
pip install --no-deps -i https://test.pypi.org/simple d64py
pip install --no-deps -i https://test.pypi.org/simple d64gfx
# now pull in the dependencies from the production site
pip install DiskWrangler
Run it as follows:
python3 -m diskwrangler
Please send bug reports to:
cenbe@lyonlabs.org
or file an issue here:
https://codeberg.org/Cenbe/diskwrangler/issues




























