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
- Host: GitHub
- URL: https://github.com/legopitstop/tkinterplus
- Owner: legopitstop
- License: mit
- Created: 2022-10-23T16:14:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-07T21:33:01.000Z (over 1 year ago)
- Last Synced: 2025-05-25T22:46:52.880Z (9 months ago)
- Topics: pillow, pygame, pypi, python, pythonpackage, tkinter, widgets
- Language: Python
- Homepage: https://pypi.org/project/tkinterplus/
- Size: 82.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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!