Metadata-Version: 2.1
Name: arcade_ui
Version: 0.0.2
Summary: A high-level library to create GUIs using Arcade.
Home-page: https://github.com/Den4200/arcade_ui
Author: Dennis Pham
Author-email: dennis@f1recloud.com
License: MIT
Project-URL: Source, https://github.com/Den4200/arcade_ui
Description: # Arcade UI
        A library to create user interfaces using Arcade.
        
        ## Installation
        ```
        pip install arcade-ui
        ```
        
        ## Examples
        There are some examples within the `arcade_ui/examples` directory. In order to run an example, do the following:
        
        ```
        python -m arcade_ui.examples.<name>
        ```
        
        The currently available examples are:
        - [login](https://github.com/Den4200/arcade_ui/blob/master/arcade_ui/examples/login.py)
        - [todo_list](https://github.com/Den4200/arcade_ui/blob/master/arcade_ui/examples/todo_list.py)
        - [leaderboard](https://github.com/Den4200/arcade_ui/blob/master/arcade_ui/examples/leaderboard.py)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Games/Entertainment :: Arcade
Requires-Python: >=3.6
Description-Content-Type: text/markdown
