Metadata-Version: 2.1
Name: TkinterExtensions
Version: 1.4.0
Summary: Strongly typed widgets and event with multiple helper functions build in to speed up development.
Home-page: https://github.com/Jakar510/TkinterExtensions
Author: Tyler Stegmaier
Author-email: tyler.stegmaier.510@gmail.com
License: MIT License
Description: # 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](src/TkinterExtensions/Bindings/Enumerations.py).
        
        ## Contributing
        
        Please read [CONTRIBUTING.md](.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 GNU GENERAL PUBLIC LICENSE Version 3 License - see the [LICENSE](LICENSE) file for details
        
        ## Acknowledgments
        
        * Tkinter library authors
        * [olesk75/AnimatedGIF](https://github.com/olesk75/AnimatedGIF) for [AnimatedGIF](src/TkinterExtensions/Widgets/Custom.py)
        * [paolo-gurisatti/tk_html_widgets](https://github.com/paolo-gurisatti/tk_html_widgets) for [Html Widgets](src/TkinterExtensions/Widgets/HTML.py)
        * [petemojeiko/tkinter-keyboard](https://github.com/petemojeiko/tkinter-keyboard) for [Keyboard](src/TkinterExtensions/Widgets/KeyBoard.py)
        
Keywords: TkinterExtensions Tkinter Extensions tk ttk tkinter
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: Free To Use But Restricted
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
