c64tools

Home

License: BSD PyPI version Downloads Coverage Documentation Status

Donate

Introduction

c64tools is a Python library that helps in dealing with Commodore c64 graphics and memory.

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:

Background

I dealt a lot with the good old c64, see my c64 releases. Some years ago, I got in contact with Crimson/Wrath Designs who not only brought me back to the scene, but as well motivated me to retry coding on the machine. Yet, as times change, it is possible to use your PC for designing graphics, testing methods, and cross-compiling c64 code. But, this of course needs some libraries.

License

c64tools is licensed under the BSD license.