obscure021 / Tkinter-Stylizer

A stylizer for tkinter module in python - IN DEVELOPEMENT.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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.

About

A stylizer for tkinter module in python - IN DEVELOPEMENT.

License:MIT License


Languages

Language:Python 100.0%