Metadata-Version: 2.1
Name: ctkdlib
Version: 7.1
Summary: A special widget library for CTkDesigner
Home-page: https://github.com/Akascape/CTkDesigner
Author: Akash Bora
License: MIT
Keywords: customtkinter,tkinter,ctkdesigner,gui-builder,ui-designer,python-gui-builder
Classifier: License :: OSI Approved :: MIT License 
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: customtkinter
Requires-Dist: pillow

# CTkDLib

This is an external library for CTkDesigner [python-gui-builder], 
This library can be used with applications made with CTkDesinger.

Get CTkDesigner: https://github.com/Akascape/CTkDesigner-Support

## Features
- CTkCalendar
- CTkVideo
- CTkTooltip
- CTkChart
- CTkGraph
- CTkGif
- CTkMeter
- CTkPopupMenu
- CTkRangeSlider
- CTkColorPicker
- CTkDraw
- CTkSpinbox
- CTkHyperLink

## Installation

```
pip install ctkdlib --upgrade
```

## Usage

```python
from ctkdlib.custom_widgets import *
```

[Read the docs](https://github.com/Akascape/CTkDesigner-Support/blob/main/ctkdlib_documentation.md)


Author: Akash Bora (Akascape)
License: MIT
