Skip to main content

No project description provided

Project description

TtkTheme2

ttkthemes灵感而发,目的只是为了补充ttkthemes的主题。

维护者:XiangQinxi


TtkThemes2

*依赖tksvg库,有些主题是使用tksvg构建的,需要安装tksvg

pip install tksvg

使用:

from ttkthemes2 import TtkThemes2
theme = TtkThemes2(theme_name=...)

简单示例

from tkinter import Tk, ttk, StringVar
from ttkthemes2 import TtkThemes2

root = Tk()

theme = TtkThemes2(theme_name="awdark")

window = ttk.Frame(root)

button = ttk.Button(window, text="TtkButton")
button.pack(padx=10, pady=10, fill="x")

window.pack(fill="both", expand="yes")

root.mainloop()

Themed2Tk

简易包装TtkThemes2

*依赖tksvg库,有些主题是使用tksvg构建的,需要安装tksvg

pip install tksvg

使用:

from ttkthemes2 import Themed2Tk
root = Themed2Tk(theme_name=...)

简单示例

from tkinter import Tk, ttk, StringVar
from ttkthemes2 import Themed2Tk

root = Themed2Tk(theme_name="awdark")

window = ttk.Frame(root)

button = ttk.Button(window, text="TtkButton")
button.pack(padx=10, pady=10, fill="x")

window.pack(fill="both", expand="yes")

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

ttkthemes2-0.1.0.tar.gz (103.9 kB view details)

Uploaded Source

Built Distribution

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

ttkthemes2-0.1.0-py3-none-any.whl (410.7 kB view details)

Uploaded Python 3

File details

Details for the file ttkthemes2-0.1.0.tar.gz.

File metadata

  • Download URL: ttkthemes2-0.1.0.tar.gz
  • Upload date:
  • Size: 103.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.4.2 CPython/3.9.9 Windows/10

File hashes

Hashes for ttkthemes2-0.1.0.tar.gz
Algorithm Hash digest
SHA256 602d2971414581a883f2d487a71ecf4e4459d2012a206e7c3bd6f45acb1ce629
MD5 7028aa787e4b593ac707db99fd35609b
BLAKE2b-256 0aa6e92ed0e955e0890186b77ebf84709a06dcc7efd82808e5bf2de4ceb957f8

See more details on using hashes here.

File details

Details for the file ttkthemes2-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: ttkthemes2-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 410.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.4.2 CPython/3.9.9 Windows/10

File hashes

Hashes for ttkthemes2-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 36a32c3a7dd3214f0a4133f51dffc8709a7ab3bec07c784190eb96be6e9ded95
MD5 44b96bfc254e0d6fc439911d9a9d14f5
BLAKE2b-256 6d1f3c92408d5b353e01d3abe5ad23748fb4f3b1f3b2eeb8a622a840ce158c9a

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