Metadata-Version: 2.1
Name: PyCty
Version: 1.3.0
Summary: Python C Types
Home-page: UNKNOWN
Author: Harsha Addanki
Author-email: harsha7addanki@gmail.com
License: UNKNOWN
Description: # PyCty
        
        PyCty Is A C Type Package For Python
        
        example:  
        ```python
        from PYCDef import *
        my_array  = array.array([1,2,3], dtype=int)
        my_array[0] # Outputs "1"
        ```
        
        <dialog open>
        Note: When You Install You Must Acecpt The Licence To Install
        </dialog>  
        <br>
        <br>
        <br>
        <br>
        <br>
        <br>
        <br>
        <dialog open>
        Note: Requires Tkinter To Be Installed Before Installing
        </dialog>
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8.5
Description-Content-Type: text/markdown
