Metadata-Version: 2.4
Name: GUILab
Version: 0.1.0
Summary: A lightweight Python GUI library for building applications quickly.
Author-email: Ibrahim <ibrahimshahid7767@gmail.com>
License-Expression: MIT
Keywords: gui,python,ttkbootstrap,tkinter,GUILab
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown

\# GUILab



\*\*GUILab\*\* is a Python GUI library built on top of \[ttkbootstrap](https://ttkbootstrap.readthedocs.io/) and `tkinter`.  

It provides an easy way to create modern GUI applications with widgets, media support, and more — all in a single module.



---



\## \*\*Features\*\*



\- Create windows with dark/light themes

\- Buttons, Labels, TextBoxes, CheckBoxes, RadioButtons

\- Sliders, ProgressBars, Meters, Frames, Tabs, Dropdowns, Datepickers, SpinBoxes

\- MenuBar and Toolbar

\- Table/Treeview support

\- Canvas for shapes (circle, rectangle, line, oval, polygon) and images

\- Media support: image, audio, and video embedding



---



\## \*\*Installation\*\*



Install directly from PyPI:



```bash

pip install guilab



