/
flapik
/
TpProject
Обзор
Документация
Войти
/
flapik
/
TpProject
Код
Запросы
1
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
customtkinter/windows/widgets/theme/__init__.py
9 строк
471 B
Flapik
add customTkinter
01 дек 2024, 13:04
01 дек 2024, 13:04
71443f0
Код
Авторство
О чём код?
from .theme_manager import ThemeManager # load default blue theme try: ThemeManager.load_theme("blue") except FileNotFoundError as err: raise FileNotFoundError(f"{err}\nThe .json theme file for CustomTkinter could not be found.\n" + f"If packaging with pyinstaller was used, have a look at the wiki:\n" + f"https://github.com/TomSchimansky/CustomTkinter/wiki/Packaging#windows-pyinstaller-auto-py-to-exe")