Metadata-Version: 2.4
Name: PyMorseLive
Version: 0.1.0
Summary: FT8 Decoding and Encoding in Python with test/loopback code
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. Not perfect but works and fun to play with!

https://github.com/user-attachments/assets/5e488738-7636-4507-8d3a-ad95597822c1

## Installation
This isn't a package yet so ....

Copy both morse_get_OOK.py and audio.py into a folder, edit the keywords specifying the audio input at the top (CABLE and or RIG & make sure the one you want is specified in the __init__ line). Open morse_get_OOK.py in your favourite IDE and run as main.
