Skip to content

A Java-based GUI application that allows users to convert text to Morse code.

License

Notifications You must be signed in to change notification settings

bhushankhopkarr/MorseCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Morse Code Translator

Description

The Morse Code Translator is a Java-based GUI application that allows users to convert text to Morse code. The application provides a simple and intuitive interface for translating between these two formats.

Installation

To set up the project locally, follow these steps:

  1. Clone the repository:
    git clone https://github.com/bhushankhopkarr/MorseCode.git
  2. Navigate to the project directory:
    cd MorseCode
  3. Compile the project:
    javac -d bin src/*.java
  4. Run the application:
    java -cp bin App

Usage

  1. Launch the application.
  2. Enter the text you want to translate in the text input area.
  3. The translated Morse code will appear in the Morse code area.
  4. You can also enter Morse code to get the corresponding text translation.

Contributing

Contributions are welcome! Please follow these steps to contribute:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes.
  4. Commit your changes (git commit -m 'Add some feature').
  5. Push to the branch (git push origin feature-branch).
  6. Open a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A Java-based GUI application that allows users to convert text to Morse code.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages