Metadata-Version: 2.4
Name: ctkdlib
Version: 8.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
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# 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
- CTkRadarChart
- CTkPieChart
- 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
