To run the python script:
- Clone the repo
git clone https://github.com/DarioArzaba/MorseCodeDesktop cd MorseCodeDesktop - Install python requirements
pip install -r requirements.txt
- Run the
main.pyfilepython main.py
To create a win binary using pyinstaller:
- Clone the repo
git clone https://github.com/DarioArzaba/MorseCodeDesktop cd MorseCodeDesktop - Install python requirements
pip install -r requirements.txt
- Run pyinstaller
pyinstaller --hidden-import=_cffi_backend .\main.py - Copy the
imgandmp3folders intoMorseCodeDesktop\dist\main - Open a terminal at the
MorseCodeDesktop\dist\mainand run the executable.\main.exe
Press a sequence of keys to hear their representation in Morse Code.
- Add Text to Morse Code keyboard
- Generate Morse Code to Text exercises
- Disable sections of the program with checkbox
- Use
Treeto copy the media folders automatically
Distributed under the MIT License.
Dario Arzaba - dario.arzaba@gmail.com
