tkinter with telerik
Project description
tktelerik
来自WinForms界面扩展库做出来的组件
Telerik
原项目需要付费使用,请谨慎使用
# 基础示例1
import tktelerik
from tkinter import Tk
root = Tk()
theme1 = tktelerik.FluentDark()
button = tktelerik.Button(text="button1")
button.configure(theme="FluentDark")
button.pack(fill="both", expand="yes", padx=5, pady=5)
root.mainloop()
# 基础示例2
import tktelerik
from tkinter import Tk
root = Tk()
theme1 = tktelerik.FluentDark()
list1 = tktelerik.ListBox()
list1.configure(theme="FluentDark")
for index in range(4):
list1.add(list1.create_label("item"+str(index+1)))
list1.pack(fill="both", expand="yes", padx=5, pady=5)
root.mainloop()
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
tktelerik-1.0.0a3.tar.gz
(5.7 MB
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 tktelerik-1.0.0a3.tar.gz.
File metadata
- Download URL: tktelerik-1.0.0a3.tar.gz
- Upload date:
- Size: 5.7 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9914beb1cbdbe52a61af06b97f43758d48097eb65233636e3a0749930ee074d7
|
|
| MD5 |
60b2de8572ee3c0b033ca46b532dee39
|
|
| BLAKE2b-256 |
5e43bb812d3be5b82f4cd8ca7c7bbc3fdb00fb2ff3ff666d9516d56f322b7295
|
File details
Details for the file tktelerik-1.0.0a3-py3-none-any.whl.
File metadata
- Download URL: tktelerik-1.0.0a3-py3-none-any.whl
- Upload date:
- Size: 5.7 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5779ddf2febf6be4a551cf6684ab8fd163eebd95082a3f599c37ba8406595f1f
|
|
| MD5 |
ee4b7eed6906daf199bffc5c77be49ca
|
|
| BLAKE2b-256 |
222101cce3391e102939a7f1ede93a1a67fb595dafc5e20b5151f03499efad5b
|