Metadata-Version: 2.1
Name: bijoy_to_unicode_file_converter
Version: 1.1
Summary: Convert your Bijoy text file to unicode text file easily.
Home-page: https://github.com/almehady/Bijoy-to-Unicode-File-Converter
Author: Al Mehady
Author-email: almehady@gmail.com
License: UNKNOWN
Project-URL: Source, https://github.com/almehady/Bijoy-to-Unicode-File-Converter
Description: # Bijoy to Unicode File Converter
        
        If you want to convert your bijoy file to unicode you can use this package.
        
        ## How to use this package
        
        `pip install bijoy-to-unicode-file-converter`
        
        ## How to use in your code
        
        ```
        from converter import convert_bijoy_to_unicode
        
        convert_bijoy_to_unicode('bijoy.txt', 'unicode2.txt')
        
        # bijoy.txt is in input file
        # unicode2.txt is the converted unicode file
        
        # Happy Coding!
        
        ```
        
        
        **Credit**
        - bijoy2unicode
        - langdetect
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Operating System :: OS Independent
Classifier: License :: Freely Distributable
Description-Content-Type: text/markdown
