Metadata-Version: 2.1
Name: PythonExtensions
Version: 1.0.19
Summary: Strongly typed classes with multiple built in helper functions to speed up development.
Home-page: https://github.com/Jakar510/PythonExtensions
Author: Tyler Stegmaier
Author-email: tyler.stegmaier.510@gmail.com
Maintainer: Tyler Stegmaier
Maintainer-email: tyler.stegmaier.510@gmail.com
License: MIT
Keywords: PythonExtensions Json Setup SwitchCase Switch Case Tkinter Extensions tk ttk tkinter
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Topic :: Software Development :: Build Tools
Classifier: Typing :: Typed
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
Requires-Dist: pillow (>=8.1.0)
Requires-Dist: tk-html-widgets (>=0.4.0)
Requires-Dist: psutil (>=5.8.0)

# TkinterExtensions

Strongly typed widgets and event with multiple built in helper functions to speed up development.

## Tktiner Bindings

This project only uses the most common bindings. For the full list, see [All Tkinter bindings](https://github.com/Jakar510/TkinterExtensions/blob/master/src/TkinterExtensions/Bindings/Enumerations.py).

## Contributing

Please read [CONTRIBUTING.md](https://github.com/Jakar510/TkinterExtensions/blob/master/.github/CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.

## Authors

* **Tyler Stegmaier** - *Initial work* - [Jakar510](https://github.com/Jakar510)
* **Paolo Gurisatti** - *tk_html_widgets* - [paolo-gurisatti](https://github.com/paolo-gurisatti)
* **Ole Jakob Skjelten** - *AnimatedGIF* - [olesk75](https://github.com/olesk75)
* **Pete Mojeiko** - *tkinter-keyboard* - [petemojeiko](https://ghttps://github.com/petemojeiko)

## License

This project is licensed under the MIT License - see the [LICENSE](https://github.com/Jakar510/TkinterExtensions/blob/master/LICENSE.md) file for details

## Acknowledgments

* Tkinter library authors
* [olesk75/AnimatedGIF](https://github.com/olesk75/AnimatedGIF) for [AnimatedGIF](https://github.com/Jakar510/TkinterExtensions/blob/master/src/TkinterExtensions/Widgets/AnimatedGIF.py)
* [paolo-gurisatti/tk_html_widgets](https://github.com/paolo-gurisatti/tk_html_widgets) for [Html Widgets](https://github.com/Jakar510/TkinterExtensions/blob/master/src/TkinterExtensions/Widgets/HTML.py)
* [petemojeiko/tkinter-keyboard](https://github.com/petemojeiko/tkinter-keyboard) for [Keyboard](https://github.com/Jakar510/TkinterExtensions/blob/master/src/TkinterExtensions/Widgets/KeyBoard.py)


