/devanagari-to-roman-script

Python script that can scan a text file and convert devanagari unicode to roman script.

Primary LanguagePythonMIT LicenseMIT

devanagari-to-roman-script

Python script that can scan a text file and convert devanagari unicode to roman script.

Input file: Can have any name and is given as an argument while executing the script eg. "python3 d2r.py [Input_filename]"

Output file: Output is printed out in the command line and written to a file named [Input_filename] + "roman"