Metadata-Version: 2.1
Name: coden
Version: 0.6
Summary: Has functions on topic "codes"
Home-page: https://github.com/Tams-Tams/Codes/tree/master/coden_0.6.git
Author: Tanmay Earappa
Author-email: Tams.Mathe@gmail.com
License: MIT
Description: # This is a project based on codes, secret codes...
        
        
        ### Example:
        
        ```python
        >>>import coden
        >>>en = coden.secret("Hello PyPI", mode = "encode")
        >>>print(en)
        j@nnq rar)
        >>>de =  coden.secret("j@nnq rar)", mode = "decode")
        >>>print(de)
        hello pypi
        
        ```
        
        ### Way to install:
        
        ```bash
        $ pip install coden
        ```
        
        ### Requirements
        
        - [Python 3](https://www.python.org/download/releases/3.0/ "Download Python 3 releases")
        
        ### [Home Page](https://github.com/Tams-Tams/Codes/tree/master/coden_0.6.git)
        
        
        
        Thank you,
        Tanmay
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
