Skip to main content

Read Commodore tape container images

Project description

t64

This Python module enables read access to C64s tape container files (.t64).

It provides methods to list and extract the files stored within a container, only PRG files are currently supported.

Examples

Classes reside in the t64 module, the whole module may be imported or just those definitions referenced by the user.

Displaying the contents of a container

To perform a directory list

from t64 import T64ImageReader

with T64ImageReader('example.t64') as t:
    for line in t.directory():
        print(line)

TODO

  • detailed documentation
  • better docstrings
  • more examples

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

t64-1.2.tar.gz (12.2 kB view hashes)

Uploaded Source

Built Distribution

t64-1.2-py3-none-any.whl (10.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page