Skip to content

Thorns-H/morse-translator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📡 Morse Translator

Using the Tkinter library for tue UI and the Ttkboostrap library to add a theme to it, i made this program that basically takes a complete text of characters and converts them into morse code, using the playsound library i manage to reproduce the morse code depending on it's value.

To Run

Just run the program :

python3 main.py

Requirements

You need to install the ttkboostrap library to run the program :

pip install ttkbootstrap

And to hear the sounds you should install the playsound library :

pip install playsound

Screenshots

ⓘ Important:

  • If you don't install Ttkboostrap this script won't work, this is because i am using a Style() method.
  • The program takes the morse code to play regardless where it is.
  • Make sure to close the guide window using the close button, so the guide button enables again.

About

This is a graphical interface that integrates the translation from English to Morse Code and can also play it.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages