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.0a1.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.0a1.tar.gz.
File metadata
- Download URL: tktelerik-1.0.0a1.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 |
3485f15af187d273e7a5936a9a53e06d89375aa07421ae5a47e92f3c534da2e3
|
|
| MD5 |
f6212c6da6ad8b947fa64aca8a7621aa
|
|
| BLAKE2b-256 |
36658ad1b669427b52ea66ba2ad1828112e6feedad0b9d68f59929bd8ac5ad9a
|
File details
Details for the file tktelerik-1.0.0a1-py3-none-any.whl.
File metadata
- Download URL: tktelerik-1.0.0a1-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 |
99543988ff0bdf85eae17d2036cc7c4d47c51c453131cefd32ba65a17e1a9317
|
|
| MD5 |
9cc728557acedb0348462c2771581374
|
|
| BLAKE2b-256 |
a8f12fab23935321073c5ddfc38bfba8a5b5a06a855fc0817715025d5b7fb2e7
|