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"+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.0a2.tar.gz
(5.2 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.0a2.tar.gz.
File metadata
- Download URL: tktelerik-1.0.0a2.tar.gz
- Upload date:
- Size: 5.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
94d94d508f4d5ec741c9f42f63507578e05958f7f9a8406e4770402e540d046a
|
|
| MD5 |
577b8710c42646c35545845474aac529
|
|
| BLAKE2b-256 |
82323cf6da0a571e422335cbd608790e05b0de9b148242ef442fc0a8b2d042d0
|
File details
Details for the file tktelerik-1.0.0a2-py3-none-any.whl.
File metadata
- Download URL: tktelerik-1.0.0a2-py3-none-any.whl
- Upload date:
- Size: 5.2 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 |
b613f6fbbcf57a77d0029cc0ddd0ea6d843076efc05604ffd5c5cc3b48061805
|
|
| MD5 |
f43d88f30ac698cb0d28e476170b3972
|
|
| BLAKE2b-256 |
970ce221cee5221b5cba9ee77e9982665b303201f7e2a406f03d4d69b9a45365
|