Metadata-Version: 2.1
Name: sgui
Version: 0.1.2
Summary: A simple GUI library for Python
Home-page: https://github.com/DGriffin91/sgui
Author: DGriffin91
Author-email: sgui@dgdigital.net
License: MIT
Description: # sgui
        A simple GUI library for Python
        
        Currently, sgui is just simple a wrapper around [Tkinter](https://wiki.python.org/moin/TkInter). (Python's de-facto standard GUI) In the future, backends for other languages like [pyside2](http://wiki.qt.io/Qt_for_Python) may be added.
        
        sgui aims to be a simple and consistent tool for creating basic graphical user interfaces in python.
        
        sgui is currently under development. Basic usage of the library should not change much. But as it is still in early development, newer versions may break scripts written for older versions.
        
        [sgui on github](https://github.com/DGriffin91/sgui)
Platform: UNKNOWN
Description-Content-Type: text/markdown
