Metadata-Version: 1.1
Name: Text-Converter
Version: 1.0.0
Summary: A Python package to Calculate Conventions
Home-page: https://github.com/OMoF/Converter
Author: Omar Faruk
Author-email: omfaruk.om@gmail.com
License: MIT
Description: # Converter
        
        ### A converter for easier calculations. ###
        
        
        ## Use
        
        from Converter import Encode
        
        test="Python Converter"
        
        en=Encode()
        
        print(en.TextToBinary(test))
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
