c64tools

c64 Python helper


Keywords
c64, python
License
BSD-3-Clause
Install
pip install c64tools==0.4

Documentation

License: BSD PyPI version Downloads Coverage Documentation Status

Donate

c64tools

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:

Download and Installation

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:

Links

Note

Let me know if you need any further information or advice. I am not actively developing c64tools currently.