A simple wrapper for customtkinter
Project description
eazyctk
eazyctk is a simplified wrapper for customtkinter, designed to make building GUI applications in Python faster and easier.
Features
- Simplified UI creation: Quickly create labels, buttons, and entries with less code.
- State Management: Automatically keeps track of your widgets in simple dictionaries.
- Built-in Examples: Includes helper functions like
exampleWindow()to get you started immediately.
Quick Example
Here is how easy it is to create a calculator using eazyctk:
from eazyctk import *
createWindow("400x400", "My App")
createLabel("lbl1", "Hello World!", 20, 20)
createButton("btn1", "Click Me", lambda: print("Clicked!"), 20, 60)
start()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
eazyctk-0.0.1.tar.gz
(3.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file eazyctk-0.0.1.tar.gz.
File metadata
- Download URL: eazyctk-0.0.1.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0fbcc2a8899d0fad2e9da8f30f3bf513071148000e997f7e3bc4d7261e4a43f2
|
|
| MD5 |
d40fad167175ba8b82dbc7900b33f3c8
|
|
| BLAKE2b-256 |
f1c697c0af676f15b066d67d53101a095b6782031fdacdfdeef7a67b64a1a565
|
File details
Details for the file eazyctk-0.0.1-py3-none-any.whl.
File metadata
- Download URL: eazyctk-0.0.1-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
791a985551936b14a1df4be2b817d1af4a57f387fd575fc15ca5dc437d7fe9c4
|
|
| MD5 |
02daf6e652e15c1015fd5a7f2853565d
|
|
| BLAKE2b-256 |
5ceda87783975dbcfc3d8432f58cadb4564b977ef254629b1c8200f22abe73c4
|