An open API service indexing awesome lists of open source software.

https://github.com/legopitstop/tkinterplus

Tkinterplus is a python UI library that adds more widgets to Tkinter
https://github.com/legopitstop/tkinterplus

pillow pygame pypi python pythonpackage tkinter widgets

Last synced: 8 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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 |
| [`colour`](https://pypi.org/project/colour/) | Converts and manipulates common color representation | Color transformation |
| [`easing_functions `](https://pypi.org/project/easing_functions/) | A collection of Penner's easing functions for Python | Easing functions for animations |

## 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!