Theme Manager for Custom Tkinter #2724
rigvedmaanas
started this conversation in
Showcase
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I would like to showcase my new project Customtkinter Themes. It’s an easy to use theme manager for Customtkinter
How To Use
Install via PyPi
Import it
Use it
Note: If it shows that some fonts needs to be installed, go ahead and follow the instructions
Methods
.get(theme_name: str) -> Path:
Returns the path to the theme JSON file.
.get_all_themes() -> list[str]:
Returns a list of theme names.
.get_font_path():
Returns font directory
.validate_theme_fonts():
Checks if all fonts are installed and prints a warning message if not.
Themes sourced from
Want to add your theme?
Submit an issue with your theme and screenshots. Professional ones will be added with credits!!!
Check all the themes available 👉 https://github.com/rigvedmaanas/CustomTkinterThemes
Beta Was this translation helpful? Give feedback.
All reactions