Metadata-Version: 2.1
Name: ctkcomponents
Version: 0.4
Description-Content-Type: text/markdown
Requires-Dist: customtkinter ==5.2.2
Requires-Dist: pillow ==10.2.0
Requires-Dist: pywinstyles ==1.7

<h1 align="center">CTk Components</h1>
<p align="center">Version 0.4</p>
CTk Components is a collection of widgets and utilities designed as extensions or add-ons for customtkinter


## Widgets

1. `CTkAlert`
2. `CTkBanner`
3. `CTkNotification`
4. `CTkCard`
5. `CTkCarousel`
6. `CTkInput`
7. `CTkLoader`
8. `CTkPopupMenu`
9. `CTkProgressPopup`
10. `CTkTreeview`

## Preview

https://github.com/rudymohammadbali/ctk_components/assets/63475761/ed48154a-9225-4c72-8264-9d42aef83cfb


## Example usage
Check [Wiki Page](https://github.com/rudymohammadbali/ctk_components/wiki) for example usage and arguments

## Installation
```python
pip install ctkcomponents
```

## Support

<p align="left">If you'd like to support my ongoing efforts in sharing fantastic open-source projects, you can contribute by making a donation via PayPal.</p>

<div align="center">
  <a href="https://www.paypal.com/paypalme/iamironman0" target="_blank">
    <img src="https://img.shields.io/static/v1?message=PayPal&logo=paypal&label=&color=00457C&logoColor=white&labelColor=&style=flat" height="40" alt="paypal logo"  />
  </a>
</div>
