An interactive web app to help you learn and practice Morse Code.
View Demo
·
View Writeup
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!
🎉 The project won Streamlit App of the Day! You can read the official writeup here and the application here
- Python
- Streamlit
To get a local copy up and running follow these simple steps.
- Clone the repo
git clone https://github.com/aliceheiman/morse-trainer.git
- Install pip packages
ppip install -r requirements.txt
- Run streamlit
streamlit run Welcome.py
And that's it! 👏
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!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Alice Heiman - [email protected]
Project Link: https://github.com/aliceheiman/morse-trainer