Skip to content

aliceheiman/morse-trainer

Repository files navigation

Contributors Forks Stargazers Issues LinkedIn

Morse Trainer

An interactive web app to help you learn and practice Morse Code.
View Demo · Report Bug · Request Feature

About The Project

I built this web app to help me learn Morse Code. It was also a great opportunity to explore the Python library called Streamlit. The trainer consists of a series of levels, where you incrementally learn and test yourself on new characters and symbols. The order is computed to help you form sentences as soon as possible. The Challenge levels use real words and inspirational quotes. The Playground page allows you to set custom speeds, input your own message to be translated, and even fetch news and sequences from literary works to practice on!

You can find the application here

Morse Trainer Front Page

Morse Trainer Practice Page

Built With

  • Python
  • Streamlit

Getting Started

To get a local copy up and running follow these simple steps.

Installation

  1. Clone the repo
    git clone https://github.com/aliceheiman/morse-trainer.git
  2. Install pip packages
    ppip install -r requirements.txt
  3. Run streamlit
    streamlit run Welcome.py
    

And that's it! 👏

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Contact

Alice Heiman - kod@heiman.com

Project Link: https://github.com/aliceheiman/morse-trainer

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages