Skip to content

Instantly share code, notes, and snippets.

View themazingness's full-sized avatar

themazingness

View GitHub Profile
@ssokolow
ssokolow / dump_cart.py
Last active March 11, 2021 19:22
Rough prototype frontend for dumping cartridges with an INL Retro with minimal hassle
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""Streamlined Wizard for dumping games with the INL Retro cartridge dumper"""
__author__ = "Stephan Sokolow (deitarion/SSokolow)"
__appname__ = "INL Retro Dumping Helper"
__version__ = "0.1"
__license__ = "MIT"
# pylint: disable=bad-builtin