Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/obscure021/tkinter-stylizer
A stylizer for tkinter module in python - IN DEVELOPEMENT.
https://github.com/obscure021/tkinter-stylizer
Last synced: 9 days ago
JSON representation
A stylizer for tkinter module in python - IN DEVELOPEMENT.
- Host: GitHub
- URL: https://github.com/obscure021/tkinter-stylizer
- Owner: obscure021
- License: mit
- Created: 2022-06-21T16:36:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-21T16:39:10.000Z (over 2 years ago)
- Last Synced: 2023-10-23T17:43:00.467Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 359 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# _Tkinter Stylizer_
_Tkinter Stylizer is a package for python to create customized (rounded) buttons, entries, frames, windows, title bar, and many more.__Also, this package will include **new tkinter widgets** such as to display GIFs and videos._
## _Preview_
_The images below are **expected** to be accomplished in the full version of tkinter stylizer._
![alt text](/Images/Sample%20Button.svg)## _Working_
_Every widget will be customized by creating the images. **Pillow** will be used for this purpose, it will create the images, save them in a temporary location, and display them in the tkinter window._## _Requirements_
_This package is created with python 3.10.2.__Also the following packages are required by the package:_
* _PIL - to create images_
* _colorutils - to manipulate colors (usually color conversion)_
* _os - to return paths_
* _random - to create some random functions_
# _*UNDER DEVELOPEMENT*_
_This Python tkinter package is under development._
## _*RELEASE NOTES*_### _*28 March 2022*_
_Added prerequisites i.e some functions and classes to be used in the package._