• Stars
    star
    1,260
  • Rank 37,337 (Top 0.8 %)
  • Language Tcl
  • License
    MIT License
  • Created over 3 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A gorgeous theme for Tkinter/ttk, based on the Sun Valley visual style ✨
Cover image

Installation image

The theme is easily installable as a Python package

pip install sv-ttk

Usage

❕Note: The theme will only work with themable (tkinter.ttk) widgets, and not with plain Tkinter widgets, these will only get the colorscheme. Please don't open issues about the theme not working with plain Tkinter widgets.

For detailed documentation, see the wiki page

import tkinter
from tkinter import ttk

import sv_ttk

root = tkinter.Tk()

button = ttk.Button(root, text="Click me!")
button.pack()

# This is where the magic happens
sv_ttk.set_theme("dark")

root.mainloop()

Known bugs and limitations

  • Tkinter (Tk) isn't really good at displaying png images, so the window can be quite laggy when resizing, especially on Windows.

What's next?

Check out my other ttk themes!

More Repositories

1

Azure-ttk-theme

A stunning modern theme for ttk inspired by Fluent Design πŸ’ 
Tcl
539
star
2

Forest-ttk-theme

A beautiful modern theme for ttk, inspired by MS Excel's look 🌲🌳
Tcl
165
star
3

Sun-Valley-ttk-examples

Example apps for my stunning Sun Valley ttk theme!
Python
131
star
4

tkinterDnD

A nice and easy-to-use wrapper around the tkdnd package
Tcl
25
star
5

chlorophyll

A Tkinter widget that fills your code with color
Python
19
star
6

tkcode

Use Chlorophyll instead
Python
18
star
7

Sun-Valley-messageboxes

Not a Tkinter project. I'll use this in @Tukaan. Some people requested to share the code, so here it is.
Tcl
15
star
8

Brainfuck-IDE

A Brainfuck editor written in Tkinter
Python
14
star
9

tkinter-docs

A Pythonic Tkinter documentation. I've abandoned this project a while ago, but I plan to continue
HTML
13
star
10

tkpdf

Pdf viewer widget for Tkinter
Python
7
star
11

Beautiful-tkinter-examples

Just experimenting, how to make Tkinter/Ttk look more beautiful
Tcl
7
star
12

flake8-tkinter

A flake8 plugin that helps you write better Tkinter code
Python
7
star
13

Sun-Valley-ttk-theme-svg

A stunning theme for ttk based on Microsoft's Sun Valley visual style. This time with SVG images.
Tcl
6
star
14

tkupgrade

Tool that rewrites Tkinter apps to use the Tukaan toolkit
Python
3
star
15

MovedtoGitLab

3
star
16

ttk-widget-factory

A useful widget appearance tester for ttk
Python
2
star
17

tktext

A text editor widget with spell checking and advanced text formatting options
Python
2
star
18

Pico-UI-kit

A library to easily work with electronic components using Raspberry Pi Pico
Python
2
star
19

rdbende.github.io

CSS
2
star
20

rdbende

Me
2
star
21

better-pygubu-designer

My customized Pygubu Designer with Sun Valley theme
Python
1
star
22

porcu-sv-ttk

Plugin to use the Sun Valley ttk theme in Porcupine
Python
1
star