No project description provided
Project description
styledctk-widgets
Table of Contents
Installation
pip install styledctk-widgets
License
styledctk-widgets is distributed under the terms of the following License license.
Example
In the example, a SCTkButton is used. The theme number is 1, and the style number is 3
import styledctk_widgets.CTK_Buttons.SCTkButton as SCTk_B
import customtkinter as ctk
def oneB():
main_window = ctk.CTk()
main_window.geometry("300x200")
main_window.title("Testing the library")
but= SCTk_B.SCTkButton(main_window, theme=1,style=3)
but.pack(padx=20,pady=20)
main_window.mainloop()
if __name__=="__main__":
oneB()
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
styledctk_widgets-0.0.2.tar.gz
(12.5 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 styledctk_widgets-0.0.2.tar.gz.
File metadata
- Download URL: styledctk_widgets-0.0.2.tar.gz
- Upload date:
- Size: 12.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.27.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
02468f25fbea6357c7a88fdc8255f375317529b32d5ac71bd4950e068b91b03f
|
|
| MD5 |
7835a1ccb33b575d4f78e1168d6f3c9a
|
|
| BLAKE2b-256 |
8664a6fbb5acd00daa44fe4086518ca479b4a36eeb3356b0d77bf29bdefe5298
|
File details
Details for the file styledctk_widgets-0.0.2-py3-none-any.whl.
File metadata
- Download URL: styledctk_widgets-0.0.2-py3-none-any.whl
- Upload date:
- Size: 8.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.27.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
671dc7fbc1f3137572957669a895f16e102cbd6bc6acff8b5c3a330b28d9a041
|
|
| MD5 |
ccc1152d26743ec6d22fe84f642bc993
|
|
| BLAKE2b-256 |
ecc7cc9a0ee814a12d9f39932b5dd8b9f58f5c4ce78843cb0ab96dff239ce8ce
|