https://github.com/xditya/morsecodeencoder
Convert English to morse code and vice versa.
https://github.com/xditya/morsecodeencoder
Last synced: over 1 year ago
JSON representation
Convert English to morse code and vice versa.
- Host: GitHub
- URL: https://github.com/xditya/morsecodeencoder
- Owner: xditya
- Created: 2021-07-08T05:34:15.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-02-03T13:30:19.000Z (over 2 years ago)
- Last Synced: 2025-04-01T21:12:50.587Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 10
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Morse Code Encoder.
## Deploying
Deploy an empty app on heroku and add the BOT_TOKEN variable.
or
Make a .env file in the root of the repository and add BOT_TOKEN, then run the bot using `python(3) bot.py ` command.
## Idea
Based off the suggestion by [this guy!](https://t.me/BotzHubChat/67883) :)
## Credits
- Telethon
- [Me](https://github.com/xditya)
- GeeksForGeeks.