GTK3 Frontend to a Morse Code transcriber in Python 3.
This is a morse code transcriber built using Python 3, with a GTK3 UI using Python-GObject bindings. This is an extension of a class project that was CLI-only.
-
Python >= 3.5 (Tested with 3.7.3)
-
GTK+3 >= 3.22 (i.e. Ubuntu >= 18.04, Debian >= 9, openSUSE >= 15.0)
-
PyGObject (i.e. Ubuntu: python3-gi, openSUSE: python3-gobject)
From the project root, run:
python3 src/morse_transcriber_UI.py
This project is licensed under the Mozilla Public Licence v. 2.0.