Metadata-Version: 2.4
Name: PyMorseLive
Version: 0.3.0
Summary: Simple multi-channel timing-based morse decoder written in Python.
Author-email: G1OJS <g1ojs@yahoo.com>
License-Expression: GPL-3.0-or-later
Project-URL: Homepage, https://github.com/G1OJS/PyMorseLive
Project-URL: Issues, https://github.com/G1OJS/PyMorseLive/issues
Keywords: ham radio,radio,CW,MORSE,DECODER
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.24.0
Requires-Dist: matplotlib
Requires-Dist: pyaudio
Dynamic: license-file

# PyMorseLive

Simple multi-channel timing-based morse decoder written in Python.

https://github.com/user-attachments/assets/e211ac2e-db48-4be7-a0fe-034320a241fd

## Installation
Install from PyPI using

```
pip install PyMorseLive
```
## Using
Open a command window and type 
```
pymorse
```
Alternatively download the source file (there's only one currently in the pymorse folder) and edit it as needed.

Type
```
pymorse --help
```
to show the available command line options
