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.py
filepython 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
img
andmp3
folders intoMorseCodeDesktop\dist\main
- Open a terminal at the
MorseCodeDesktop\dist\main
and 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
Tree
to copy the media folders automatically
Distributed under the MIT License.
Dario Arzaba - [email protected]