Dark theme for Python desktop apps
Project description
Cyberpunk theme made with TkStyle
$ pip install cyberpunk-theme
import tkinter as tk
from cyberpunk_theme import Cyberpunk
from cyberpunk_theme.widget.button import get_button_style_4
root = tk.Tk()
# apply the Cyberpunk theme to the GUI
cyberpunk_theme = Cyberpunk()
cyberpunk_theme.target(root)
# write your awesome code here
# ...
# ...
button = tk.Button(root, text="Button")
button.pack()
# do you need to set dynamically a specific style to a button ?
# there are 10 styles for buttons ! from the black to the red style !
button_style_4 = get_button_style_4()
button_style_4.target(button)
# mainloop
root.mainloop()
Do you want to create your own theme/style ?
Check out TkStyle !
This is a work in progress for early adopters.
Bookmark this project so you don't miss any updates !
You can visit my website to discover related cool projects !
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
cyberpunk-theme-0.0.3.tar.gz
(12.4 kB
view hashes)
Built Distribution
Close
Hashes for cyberpunk_theme-0.0.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 18c3253fae9e1ed7b3e19199c91b9fda9d53ad259bb206e925b126d1c14168b4 |
|
MD5 | ba5f56ec78e16a20cb7007a7ad0b2a62 |
|
BLAKE2b-256 | db552c8be01ea203d2ec7f1dfae471adf5d46ebd633892fedc9f8c51a46d7d3c |