Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 853 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 853 Bytes

Unicode Converter

python versions pypi version pypi downloads A python tool to convert Bangla Bijoy text to Unicode text.

Installation

Unicode Converter can be installed via PyPi. Make sure pip is installed and updated. Then simply run the following command:

pip install unicodeconverter

How to use

import unicodeconverter as uc

bijoy_text = 'Avwg evsjvq Mvb MvB|'
unicode_text = uc.convert_bijoy_to_unicode(bijoy_text)

print(unicode_text)
# >>> আমি বাংলায় গান গাই।