Metadata-Version: 2.4
Name: tkwidgets
Version: 0.2.3
Summary: A growing collection of custom widgets built with Python's Tkinter canvas.
Author: Brianna Ladson
License: MIT
Keywords: tkinter,widgets,gui,custom,canvas
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# TkWidgets

A growing collection of custom widgets built with Python's Tkinter canvas — clean, modern, and easy to use.

## ✨ Widgets

- Checkbox
- Scrollbar
- Skill Web

## 📦 How to Use

If you downloaded this repo as a `.zip`, GitHub will name the folder `TkWidgets-main`.

> 🔁 **Rename the folder to `tkwidgets`**  
> and place it next to your Python script so you can import the widgets like this:

```python
from tkwidgets import TkCheckbox, TkScrollbar
```

## 🔓 Unlock More Widgets

Want more advanced widgets and features?

Grab [TkWidgets-Pro on Gumroad](https://codequest3.gumroad.com/) — includes widgets with extended functionality, and lifetime updates.

Your support helps me keep building and releasing new custom widgets for the Tkinter community.

