A python tool to convert Bangla Bijoy text to Unicode text.
Unicode Converter can be installed via PyPi. Make sure pip
is installed and updated. Then simply run the following command:
pip install unicodeconverter
import unicodeconverter as uc
bijoy_text = 'Avwg evsjvq Mvb MvB|'
unicode_text = uc.convert_bijoy_to_unicode(bijoy_text)
print(unicode_text)
# >>> আমি বাংলায় গান গাই।