Metadata-Version: 2.1 Name: FunGUI Version: 0.1.1 Summary: It is a tool to easily generate GUI from a function. Home-page: https://gitee.com/shawnyanwang/fun_-gui Author: shawn yan wang Author-email: shawnyanwang@gmail.com License: UNKNOWN Platform: UNKNOWN Classifier: Programming Language :: Python :: 3 Classifier: License :: OSI Approved :: MIT License Classifier: Operating System :: OS Independent Requires-Python: >=3.6 Description-Content-Type: text/markdown Requires-Dist: matplotlib (>=3.1.0) Requires-Dist: pywin32 (>=223) Fun_GUI Introduction It is a tool to easily generate GUI from a function. After user set function default value and add some comments, the corresponding GUI can be just generated by this module.