A collection of Python utilities for projects related to Atari 8-bit computers
Project description
Atari 8-bit Python Utilities
Prerequisites
- Python 3.8 or later
- Optional: A version of
mkatr
compiled for you platform, in yourPATH
. Needed foratr2git
command to work.
Getting Started
The package can be installed using pip
pip install atari-8-bit-utils
Verify the installation by running a8utils --help
The output should look something like this
Usage: a8utils [OPTIONS] COMMAND [ARGS]...
╭─ Options ────────────────────────────────────────────────────────────╮
│ --install-completion Install completion for the current │
│ shell. │
│ --show-completion Show completion for the current shell, │
│ to copy it or customize the │
│ installation. │
│ --help Show this message and exit. │
╰──────────────────────────────────────────────────────────────────────╯
╭─ Commands ───────────────────────────────────────────────────────────╮
│ ata2utf Converts a single file or all files in a directory from │
│ ATASCII to UTF-8 │
│ utf2ata Converts a single file or all files in a directory from │
│ UTF-8 to ATASCII │
│ atr2git Keeps an ATR image and git repo in sync │
╰──────────────────────────────────────────────────────────────────────╯
Commands
TODO
Demo
The best way to make full use of this project is to start with the Atari 8-bit Git template
https://github.com/user-attachments/assets/e0558c34-0741-4e70-920e-98a72fade00e
The video shows this commit being made from my Atari. Note that the BASIC listing and the commit message both contain a "♥" which is 0x00
in ATASCII and therefore not valid in a standard text file. ATASCII characters get translated automatically to their closest Unicode equivalent.
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
Built Distribution
File details
Details for the file atari_8_bit_utils-0.2.7.tar.gz
.
File metadata
- Download URL: atari_8_bit_utils-0.2.7.tar.gz
- Upload date:
- Size: 18.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.27.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7da9a4f8e3b5136a3d4486191a5556ed33824c4570b3830ebb9182cc1f6b899d |
|
MD5 | d91880c448325cef270c74af32b3af29 |
|
BLAKE2b-256 | e047d4ee0cf377500a2703af625db86916139b0de07ca70f8afe06910ae3f72c |
File details
Details for the file atari_8_bit_utils-0.2.7-py3-none-any.whl
.
File metadata
- Download URL: atari_8_bit_utils-0.2.7-py3-none-any.whl
- Upload date:
- Size: 17.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.27.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b581ad04fe23c149e5b76f24f9eba0f594a88d9b63a8cf1dfe72879759a572a4 |
|
MD5 | 5039fc206ee5256416de97f19c176182 |
|
BLAKE2b-256 | 911b1999f1b37450da1d332115b8b03b23d969e4e680673a84720d80c1393b0e |