/Morse-Code-Translator

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Morse-Code-Translator

This repositry of mine consists of a GUI project which is Morse code translator made using python's tkinter module...

Features-:

      The Whole Project - It comes under a single python file
      So it is easy to execute and simple to understand
      The code looks prettier the way it is
      Comments are added ... 
      So that a user can Easily understand the code.

Requirements:

        Python version 2.8 or above
        Make sure that your python version consists of he tkinter module..

To check whether Tkinter module is installed : Open your IDLE of python In the interactive window type help() click on Enter then type moduless click on Enter all the installed modules of your python will be visible

If your python version doesn't have tkinter module , then type the following in your command prompt pip install tkinter

About-Tkinter-Module:

    Python offers multiple options for developing GUI (Graphical User Interface). Out of all the GUI methods, tkinter is the most commonly used method. It is a standard Python interface to the Tk GUI toolkit shipped with Python. Python with tkinter is the fastest and easiest way to create the GUI applications. Creating a GUI using tkinter is an easy task.

Feel free to mention if the program crashes or if the program contains bugs... It will be cleared in the future ☻

Enjoy Playing the game Thanks for using My Code