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.
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
Use python3 to run morse-utility
cd src
python3 src/main.py