Metadata-Version: 2.4
Name: fleascope-live-display
Version: 0.0.1
Summary: Oscilloscope frontend for FleaScope
Project-URL: Homepage, https://github.com/daniel-freiermuth/fleascope-live
Project-URL: Issues, https://github.com/daniel-freiermuth/fleascope-live/issues
Author-email: "D. Freiermuth" <author@example.com>
License-Expression: MIT
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# FleaScope Live Plotter

A simple Qt application that turns your computer into an oscilloscope using FleaScopes.

![Screenshot](./screenshot.png)

## Usage

Install all necessary requirements

```bash
pip -r requirements.txt
```

Run the application

```bash
python live_display.py
```