This script allows you to convert text to morse codes and make sound signals.
By using tkinter, a GUI displays a window below.
Data Scraping gets morse codes and saves a CSV file.
import the following modules
from tkinter import *
import pandas as pd
from pydub import AudioSegment
from pydub.playback import play
import time