Metadata-Version: 2.1
Name: Abdullah-Encrypt
Version: 0.0.1
Summary: Encode and decrypt scripts
Home-page: https://github.com/abdallah34/Abdullah-Encrypt
Author: Abdullah
Author-email: abdullah.alaa.360@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/abdallah34/Abdullah-Encrypt
Description: # Abdullah-Encrypt
        ## How to install?
         pip install Abdullah-Encrypt
        ## How to use
         How to use:
                 Encode function is used for encryption
                  Example:
                    import Abdullah_Encrypt
                    data = "print('Hi')"
                    x = Up.Encode(data)
                    print(x)
                 The decode function is used for decoding
                  Example:
                    data = "ごえぐコお('ちぐ')"
                    Up.decode(data)
                    
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
