Metadata-Version: 2.1
Name: c64tools
Version: 0.14.0
Summary: c64 Python helper
Home-page: http://c64tools.readthedocs.org/
Download-URL: http://pypi.python.org/pypi/c64tools
Author: dkrajzew
Author-email: d.krajzewicz@gmail.com
License: BSD
Project-URL: Documentation, https://c64tools.readthedocs.io/
Project-URL: Source, https://github.com/dkrajzew/c64tools
Project-URL: Tracker, https://github.com/dkrajzew/c64tools/issues
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Other Audience
Classifier: Topic :: Artistic Software
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Other/Nonlisted Topic
Classifier: Topic :: Multimedia :: Graphics
Requires-Python: >=2.7, <4
Description-Content-Type: text/markdown
License-File: LICENSE

[![License: BSD](https://img.shields.io/badge/License-BSD-green.svg)](https://github.com/dkrajzew/c64tools/blob/master/LICENSE)
[![PyPI version](https://badge.fury.io/py/c64tools.svg)](https://pypi.python.org/pypi/c64tools)
[![Downloads](https://pepy.tech/badge/c64tools)](https://pepy.tech/project/c64tools)

# c64tools

__c64tools__ is [Python](https://www.python.org/) 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](http://www.krajzewicz.de/docs/c64tools/api_c64tools.html)”. 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:

* a [charpacker](http://www.krajzewicz.de/docs/c64tools/use_charpacker.html)
* a [c64 memory dump to png renderer](http://www.krajzewicz.de/docs/c64tools/use_mem2png.html)
* a [charset from memory dump extractor](http://www.krajzewicz.de/docs/c64tools/use_charset2png.html)
* a [linking tool](http://www.krajzewicz.de/docs/c64tools/use_filemerge.html)

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



