Convert Bangla text from Bijoy to Unicode
Project description
Unicode Converter
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)
# >>> আমি বাংলায় গান গাই।
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
unicodeconverter-0.1.0b6.tar.gz
(19.1 kB
view hashes)