Metadata-Version: 2.4
Name: firestarter-ui
Version: 0.1.12
Summary: UI for the Firestarter EPROM programmer library.
Author-email: Henrik Olsson <henols@gmail.com>
Project-URL: Homepage, https://github.com/henols/firestarter_ui
Keywords: firestarter,eprom,rom,eeprom,flash,programmer,arduino,electronics,retro computing,retro game console,commodore,atari,apple,c64,nes
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Embedded Systems
Classifier: Topic :: System :: Hardware :: Hardware Drivers
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: firestarter>=2.0.2
Dynamic: license-file

# Firestarter UI

[![PyPI version](https://badge.fury.io/py/firestarter-ui.svg)](https://badge.fury.io/py/firestarter-ui)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/E1E21I2WWW)

----
A simple, cross-platform, graphical user interface for the [Firestarter EPROM programmer library](https://github.com/henols/firestarter).

This UI provides an easy-to-use interface for interacting with Firestarter and the RURP shield.

For more information, see the [Firestarter README](https://github.com/henols/firestarter_app/blob/main/README.md).

## Features

*   Intuitive graphical user interface.
*   Connects to firestarter programmer and RURP shield.
*   Exposes most of the cli feateures of Firestarter.
*   Cross-platform: works on Linux, macOS, and Windows.


## Installation

You can install Firestarter UI from PyPI using `pip`:

```bash
pip install firestarter-ui
```

## Usage

Once installed, you can launch the user interface by running the following command in your terminal:

```bash
firestarter-ui
```


## License

This project is licensed under the MIT License.
