Skip to content

deepushajia/ASCII-Unicode-Converter-for-Malayalam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASCII-UNICODE-Converter

This is a basic ascii to unicode converter for Malayalam.

Dependencies:
* Python 3

Step:
The two python files contain functions to convert malayalam fonts implied by their file names.
file.txt is a text file containing the list of almost all ascii fonts available in malayalam language, appended with a number that indicates the mapfile number. This number is used to select the appropriate mapping file required for the operation.
For both the operations, the function to be called is convert(text,font_name) from the appropriate python file. For both these functions , the common arguments are:
- text : the text that require to be converted
- font_name : font_name as in the exact format as in file.txt(along with mapping data)

You could create a UI for this whole step like this deployed for ICFOSS Trivandrum, http://mlconverter.icfoss.org/ .

Licensed under GNU GPL v3.0.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages