c64tools is a Python library that helps in dealing with Commodore c64 graphics and memory.
You may find more information at http://www.krajzewicz.de/docs/c64tools/index.html.
The major module is named “c64tools.py”. It contains classes that represent major c64 artifacts — memory, bitmap, char, screen, etc. These classes usually support loading, drawing, and being extracted from a pygame surface.
In addition, you may find some applications which use this module:
The current version is c64tools-0.18.0.
You may install c64tools using
python -m pip install c64tools
You may download a copy or fork the code at c64tools's github page.
Besides, you may download the current release here:
- A complete documentation is located at:
- Discussions are open at https://github.com/dkrajzew/c64tools/discussions
- The github repository is located at: https://github.com/dkrajzew/c64tools
- The issue tracker is located at: https://github.com/dkrajzew/c64tools/issues
- The PyPI page is located at: https://pypi.org/project/c64tools/
Let me know if you need any further information or advice. I am not actively developing c64tools currently.