Metadata-Version: 2.1
Name: gui2html
Version: 0.0.4
Summary: .
Home-page: https://github.com/seoul2k/gui2html
Author: xiongtianshuo
Author-email: Mr_Xiongts@163.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/seoul2k/gui2html/issues
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: Implementation
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=2
Description-Content-Type: text/markdown
License-File: LICENSE

# gui2html
##### This is a package that turns GUI into HTML
> # install
>> ```shell
>>pip install gui2html
>>```
> # use
>>```python
>>from gui2html import *
>>Label(text='hello',_class='class',id='id',stylesheet='color: red;')
>>Button(text='hello',_class='class',stylesheet='',onclick='console.log("click")',id='id')
>>create()
>>```
> # Updata Info
>> ##### 2022.1.24 0.0.1
>>> updata Label class
>>
>> ##### 2022.1.24 0.0.2
>>> updata Button class
>>
>> ##### 2022.1.24 0.0.3
>>> Repair Bug
>>
>> ##### 2022.1.24 0.0.4
>>> Repair Bug
>>
>


