This python code can be used to convert spoken english text to written english.
For example, "two dollars" should be converted to $2. Abbreviations spoken as "C M" or "Triple A" should be written as "CM" and "AAA" respectively.
#Installation
Open terminal in the downloaded folder and type below..
python3 setup.py install
Now it is installed
#Usage
Now import by following commands..
from speech_to_text import speech_to_text
speech_to_text.convert()
[Inp]:Input the sentence to be converted
[Out]:Output of converted sentence