Skip to content

The Morse Code Converter is a Python application that swiftly transforms text into Morse code, providing an intuitive interface for users to explore and hear Morse code with adjustable pitch settings.

Notifications You must be signed in to change notification settings

Gaketz/morse-code-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Morse Code Converter

Description

The Morse Code Converter is a simple Python application that allows users to convert text to Morse code and play the corresponding Morse code audio using the computer's speaker.

Features

  • Text-to-Morse code conversion
  • Adjustable pitch for Morse code audio
  • User-friendly GUI built with Tkinter
  • Supports both short (dot) and long (dash) beeps

Getting Started

Prerequisites

  • Python 3.x
  • Tkinter library (usually included in standard Python installations)

Installation

  1. Clone the repository:

    git clone https://github.com/gaketz/morse-code-converter.git
  2. Change directory:

    cd morse-code-converter
  3. Run the application:

    python morse_code_converter.py

Usage

  1. Enter the text you want to convert in the provided input field.
  2. Press the "Convert" button or press Enter to see the Morse code output.
  3. Adjust the pitch slider to change the audio pitch.
  4. Listen to the Morse code audio.

License

This project is licensed under the MIT License.

About

The Morse Code Converter is a Python application that swiftly transforms text into Morse code, providing an intuitive interface for users to explore and hear Morse code with adjustable pitch settings.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages