Skip to main content

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


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)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

tktelerik-1.0.0a3-py3-none-any.whl (5.7 MB view details)

Uploaded Python 3

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

Hashes for tktelerik-1.0.0a3.tar.gz
Algorithm Hash digest
SHA256 9914beb1cbdbe52a61af06b97f43758d48097eb65233636e3a0749930ee074d7
MD5 60b2de8572ee3c0b033ca46b532dee39
BLAKE2b-256 5e43bb812d3be5b82f4cd8ca7c7bbc3fdb00fb2ff3ff666d9516d56f322b7295

See more details on using hashes here.

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

Hashes for tktelerik-1.0.0a3-py3-none-any.whl
Algorithm Hash digest
SHA256 5779ddf2febf6be4a551cf6684ab8fd163eebd95082a3f599c37ba8406595f1f
MD5 ee4b7eed6906daf199bffc5c77be49ca
BLAKE2b-256 222101cce3391e102939a7f1ede93a1a67fb595dafc5e20b5151f03499efad5b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page