项目作者: taishi-nammoto

项目描述 :
convert text to morse codes and make sound signals.
高级语言: Jupyter Notebook
项目地址: git://github.com/taishi-nammoto/morse-code-GUI-.git
创建时间: 2021-01-31T03:47:14Z
项目社区:https://github.com/taishi-nammoto/morse-code-GUI-

开源协议:

下载


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

  1. from tkinter import *
  2. import pandas as pd
  3. from pydub import AudioSegment
  4. from pydub.playback import play
  5. import time

License

MIT