/MorseCrypter

Encrypt your normal text to morse code.

Primary LanguagePython

MorseCrypter

MorseCrypter is a morse code encrypter which encrypts any given text to morse code and further converts it to audio and video as well.

Supported Inputs

The input can be:

  • Text
  • Image containing some text to be converted

Deployment Status

The solution is deployed on heroku.

Instructions for Installation

  1. Install dependencies using
    pip install -r requirements.txt

  2. Install tesseract from here

  3. For linux, install the packages given in Aptfile

  4. Run using
    streamlit run morse.py