Metadata-Version: 2.4
Name: GooeyEx
Version: 0.0.3
Summary: GooeyEx is a fork of Gooey, a Python library that turns command line programs into GUI applications.
Home-page: http://pypi.python.org/pypi/GooeyEx/
Author: greats3an
Author-email: greats3an@gmail.com
License: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Desktop Environment
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Widget Sets
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: Pillow>=4.3.0
Requires-Dist: psutil>=5.4.2
Requires-Dist: colored>=1.3.93
Requires-Dist: pygtrie>=2.3.3
Requires-Dist: typing-extensions==3.10.0.2
Requires-Dist: wxpython>=4.2.0
Requires-Dist: dataclasses>=0.8; python_version < "3.7"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

GooeyEx
---
- Original repo: https://github.com/chriskiehl/Gooey
- Forked from: https://github.com/nicolasbraun/Gooey

Fixes 
---
- Fix wxTimer issue discovered by [abrichr](https://github.com/chriskiehl/Gooey/issues/845)
- Proper fix for https://github.com/chriskiehl/Gooey/issues/826#issuecomment-1240180894 where `TaskBarIcon` is being instantiated multiple times

Enhancements
---
- Better Dark Mode by [nicolasbraun](https://github.com/chriskiehl/Gooey/pull/891)
- Native `tqdm` progress reporting support
- Automatically formatted argument help text

Usage
---
There's *no* breaking API change from the original Gooey - you need to import `GooeyEx` instead of `Gooey` though.

Please refer to the orignal [Table Of Contents](https://github.com/chriskiehl/Gooey?tab=readme-ov-file#table-of-contents) for usage instructions.
