/morse-utility

Simple PyQt program to translate and play morse code

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

GitHub Commit Date

Morse utility

morse-utility is a simple GUI program to translate and play morse code. It use PyQt5 module. It requires the Python interpreter, version 3.7+, and it is not platform specific. It should work on your Unix box, on Windows or on macOS.

Installation

Use pip3/pip to install morse-utility

git clone --single-branch --branch dev https://github.com/Iwwww/morse-utility.git
cd morse-utility
pip3 install -r requirements.txt

Usage

Use python3 to run morse-utility

cd src
python3 src/main.py

Translation

translate

Morse record

record

Settings page

settings