Metadata-Version: 2.1
Name: tkinterplus
Version: 1.0.1
Summary: Tkinterplus is a python UI library that adds more widgets to Tkinter
Home-page: https://github.com/legopitstop/tkinterplus/
Author: Legopitstop
Author-email: officiallegopitstop@gmail.com
License: MIT
Keywords: tkinter,widgets,pygame,Pillow
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Tkinterplus
Tkinterplus is a python UI library that adds more widgets to Tkinter

## Installation
Install the module with pip:
```bat
pip3 install tkinterplus
```
Update existing installation: `pip3 install tkinterplus --upgrade`

## Requirements

| Name | Description | Useage
|--|--|--|
| [`Pillow`](https://pypi.org/project/Pillow/) | The Python Imaging Library adds image processing capabilities to your Python interpreter. |  |
| [`pygame`](https://pypi.org/project/pygame/) | pygame is a free and open-source cross-platform library for the development of multimedia applications like video games using Python. | cross platform sound mixer |

## Documentation
You can find the docs for this library on the Wiki tab:
[Documentation](https://github.com/legopitstop/TkinterPlus/wiki)

## Contributing
Have an idea or already created a new Tkinter widget? Create a pull request to add it to this library!
