Metadata-Version: 2.1
Name: PyAppBuilder
Version: 0.0.5
Summary: makes applications
Home-page: UNKNOWN
Author: Technical Earth
Author-email: technicalearth0@gmail.com
License: UNKNOWN
Description: # PyAppBuilder
        
        Developed by Roop Majumder from Technical Earth (c) 2020
        
        ## Examples of How To Use
        
        browser
        
        ```python
        from PyAppBuilder import browser
        
        browser(name, url)
        ```
        
        using browser
        
        ```python
        from PyAppBuilder import browser
        
        browser('my browser', 'www.google.com')
        ```
        
        notepad
        
        ```python
        from PyAppBuilder import notepad
        
        notepad(name)
        ```
        
        using notepad
        
        ```python
        from PyAppBuilder import notepad
        
        notepad('my notepad')
        ```
        	
        ##### There are more to explore stay around.
        
        ##### more things coming soon.
Keywords: python,GUI,app,tkinter,PyQt5,PYPI
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
