Metadata-Version: 2.1
Name: PY_GUI
Version: 1.0.2
Summary: Create a pygame session for specific functions
Home-page: https://github.com/donno2048/PY-GUI
Author: Elisha Hollander
License: MIT
Description: # PY-GUI
        
        Create a pygame session for specific functions
        
        ## install
        
        From Pypi:
        
        `py -m pip install PY_GUI`
        
        From GitHub:
        
        `py -m pip install git+https://github.com/donno2048/PY-GUI`
        
        ## Usage
        
        You can use the demo one by running:
        
        ```bat
        py -m PY_GUI
        ```
        
        Or just `PY-GUI` in the cmd
        
        Or you can run a custom one from within Python, for example:
        
        ```py
        from PY_GUI import Main
        def parse(text: str) -> str:
          return text
        Main(parse, name = "Cat program")
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
