Skip to content

A Python-based Morse Code Converter app with a GUI (Tkinter) that can convert text to Morse code and vice versa. Logic and interface are separated to support future extensions like sending messages or playing sounds.

Notifications You must be signed in to change notification settings

Daniel-7733/morse-code-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

17 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Morse Code Converter πŸ” βž€β€’βˆ’

A beginner-friendly Morse Code converter built with Python and Tkinter.

πŸš€ Features

  • Convert text β†’ Morse code
  • Convert Morse code β†’ text
  • Simple, clean GUI (Tkinter)
  • Logic and GUI kept separate

πŸ’» Requirements

  • Python 3.10+
  • No external packages are required (Tkinter ships with standard Python). See requirements.txt.

πŸ“¦ Installation

git clone https://github.com/your-username/morse-code-converter.git
cd morse-code-converter

▢️ Run

python gui_code.py

πŸ“ Project Structure

morse-code-converter/
β”œβ”€β”€ morse_gui.py          # Tkinter GUI
β”œβ”€β”€ morse_logic.py       # Conversion logic
β”œβ”€β”€ requirements.txt
β”œβ”€β”€ .gitignore
└── README.md

βœ… To-Do (Optional Enhancements)

  • Send Morse messages over the internet
  • Add sound playback for dots/dashes
  • Light/Dark theme toggle
  • Input validation and helpful error messages

πŸ‘¨β€πŸ’» Created as a practice project to learn Python and GitHub. Built with by Daniel

About

A Python-based Morse Code Converter app with a GUI (Tkinter) that can convert text to Morse code and vice versa. Logic and interface are separated to support future extensions like sending messages or playing sounds.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages