Metadata-Version: 2.4
Name: tkwidgets
Version: 0.3.2
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
- Date Dropdown
- Joystick
- Progress Bar
- Scrollbar
- Skill Web
- Tile Map

## 📦 Installation

You can install TkWidgets using pip:

```bash
pip install tkwidgets
```

Then import the widgets in your project like this:
```bash
from tkwidgets import TkCheckbox, TkScrollbar, TkSkillWeb
```

