Skip to content

taishi-nammoto/morse-code-GUI-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Morse Code Converter

This script allows you to convert text to morse codes and make sound signals.

Example

By using tkinter, a GUI displays a window below.

Dataset

Data Scraping gets morse codes and saves a CSV file.

Installation

import the following modules

from tkinter import *
import pandas as pd 
from pydub import AudioSegment
from pydub.playback import play
import time

License

MIT

About

convert text to morse codes and make sound signals.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published