Drive the Krikzz FlashKit Programmer MD to flash Sega Genesis carts from the command-line.
Project description
FlashKit MD Python Client
This is a Python command-line tool to drive the Krikzz FlashKit Programmer MD. It allows you to rewrite Sega Genesis / MegaDrive flash carts from the command line, as opposed to the original software which require .NET and a GUI.
- Original C# GUI tool and hardware design:
- Purchase the hardware from the designer:
Main motivations for this rewrite:
- Command-line operation
- Runs everywhere with Python 3 instead of .NET/Mono
Functional improvements over the original:
- ROM region code parsing is more detailed, accurate, and readable
- Can tell the difference between ROM size and Flash chip size, avoiding oversized ROM dumps from flash carts
Installation
python3 -m pip install flashkit
License
Released under GPL v3. See LICENSE.md.
Derived from the original software by Krikzz, which was also released under GPL v3.
Dependencies
- Python 3
- argparse library (included with Python)
- datetime library (included with Python)
- hashlib library (included with Python)
- typing library (included with Python)
- serial library (Ubuntu package
python3-serial
orpython3 -m pip install pyserial
for development)
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
flashkit-1.0.2.tar.gz
(21.8 kB
view details)
Built Distribution
flashkit-1.0.2-py3-none-any.whl
(24.2 kB
view details)
File details
Details for the file flashkit-1.0.2.tar.gz
.
File metadata
- Download URL: flashkit-1.0.2.tar.gz
- Upload date:
- Size: 21.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 177ece122c952b9249b2dcc1dc5eac7971ead0e5c67e41365ce7b03fbe51f7ee |
|
MD5 | 32c5136a3e52f26756e0757645ad2b55 |
|
BLAKE2b-256 | 479689949c87c1b9945f5f205778661b43ddee64781e28422a58bba7a6128105 |
Provenance
File details
Details for the file flashkit-1.0.2-py3-none-any.whl
.
File metadata
- Download URL: flashkit-1.0.2-py3-none-any.whl
- Upload date:
- Size: 24.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 13bf9ab2a7eec2c79734a31eb3d4e678e2ee8cd80899345f00a5adb2813f0080 |
|
MD5 | 76e3033999d56aded8946760124bceff |
|
BLAKE2b-256 | 91d31702f113410b471a50bd49a7deb2cc8088fb64869f04e00c05a94b10445b |