Freeze-blz / toolbox

Windows tools for C64
The Unlicense
1 stars 0 forks source link

D64niceGUI is an UI for the existing commandline tool D64nice

D64nice is used for beautifying Dirart by replacing Pipe and Line chars with signs, which exists in the lower and upper PETSCII ROM Char of the C64

D64niceGui is an Windows UI für the commandline tool, which makes it easier to fulfill tasks like:

The tool itself is a python beginners project, if you find bugs, feel free to correct them :-)

Idea: B4r4cud4 of BLAZON Help: Logiker of Vintage Computing Carinthia Code: Freeze of BLAZON

Getting started:

How it works:

Hint:

Development

git clone --recursive https://github.com/Freeze-blz/toolbox
cd toolbox
python -m venv ./venv
source venv/bin/activate (Windows: venv/Scripts/activate.ps1)
pip install -r requirements.txt

HAVE FUN!