MorseCrypter is a morse code encrypter which encrypts any given text to morse code and further converts it to audio and video as well.
The input can be:
- Text
- Image containing some text to be converted
The solution is deployed on heroku.
- Install dependencies using
pip install -r requirements.txt - Install tesseract from here
- For linux, install the packages given in
Aptfile - Run using
streamlit run morse.py