https://github.com/aliceheiman/morse-trainer
An interactive web app to help you learn and practice Morse Code.
https://github.com/aliceheiman/morse-trainer
morse-code python streamlit
Last synced: 6 days ago
JSON representation
An interactive web app to help you learn and practice Morse Code.
- Host: GitHub
- URL: https://github.com/aliceheiman/morse-trainer
- Owner: aliceheiman
- Created: 2025-01-04T07:36:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-17T05:36:09.000Z (over 1 year ago)
- Last Synced: 2025-09-05T01:40:04.762Z (10 months ago)
- Topics: morse-code, python, streamlit
- Language: Python
- Homepage: https://aliceheiman-morse-trainer-welcome-lz71dz.streamlit.app/
- Size: 738 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![LinkedIn][linkedin-shield]][linkedin-url]
Morse Trainer
An interactive web app to help you learn and practice Morse Code.
View Demo
ยท
View Writeup
## 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!
**๐ The project won Streamlit App of the Day! You can read the official [writeup here](https://blog.streamlit.io/learn-morse-code-with-a-streamlit-app/) and the [application here](https://aliceheiman-morse-trainer-welcome-lz71dz.streamlit.app/)**


### Built With
* Python
* Streamlit
## Getting Started
To get a local copy up and running follow these simple steps.
### Installation
1. Clone the repo
```sh
git clone https://github.com/aliceheiman/morse-trainer.git
```
2. Install pip packages
```sh
ppip install -r requirements.txt
```
3. Run streamlit
```sh
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 - aheiman@stanford.edu
Project Link: [https://github.com/aliceheiman/morse-trainer](https://github.com/aliceheiman/morse-trainer)
[contributors-shield]: https://img.shields.io/github/contributors/aliceheiman/morse-trainer.svg?style=for-the-badge
[contributors-url]: https://github.com/aliceheiman/morse-trainer/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/aliceheiman/morse-trainer.svg?style=for-the-badge
[forks-url]: https://github.com/aliceheiman/morse-trainer/network/members
[stars-shield]: https://img.shields.io/github/stars/aliceheiman/morse-trainer.svg?style=for-the-badge
[stars-url]: https://github.com/aliceheiman/morse-trainer/stargazers
[issues-shield]: https://img.shields.io/github/issues/aliceheiman/morse-trainer.svg?style=for-the-badge
[issues-url]: https://github.com/aliceheiman/morse-trainer/issues
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://www.linkedin.com/in/alice-heiman-311105213/
[font-image]: assets/front-page.png
[practice-image]: assets/practice.png