Metadata-Version: 2.1
Name: PythonExtensions
Version: 2.2.2
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 Debug Files async Setup 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
License-File: LICENSE.md

# PythonExtensions

Versions follow [Semantic Versioning](https://semver.org/) ( major.minor.patch )

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

## Tktiner Bindings

This project uses all known bindings, but more are added as they are discovered. 

## Contributing

Please read [CONTRIBUTING.md](https://github.com/Jakar510/PythonExtensions/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)
* **montag451** - *AioTkinter* - [montag451](https://github.com/montag451)

## License

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

## Acknowledgments

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


