Update readme

This commit is contained in:
Maxim Khomutov 2025-03-18 13:17:40 +03:00
parent ab66f55c70
commit 0475119f92

View File

@ -1,3 +1,24 @@
# Interface
gui modules (frames, boxes)
gui modules:
* boxes:
* CTkLoadingBox
* CTkLoginBox
* CTkMessageBox
* frames:
* CTkColoredConsoleFrame
* CTkSidebarFrame
* CTKTableFrame
* utils:
* fonts
*
!!! luguru настроен под формат:
```python
fmt = "<green>{elapsed} -- {time:YYYY-MM-DD HH:mm:ss.SSS}</green> | <level>{level:<8}</level> | {extra[module]:^12} | {extra[prefix]:<12} | {message}"
```
Добавление в проект:
```bash
git submodule add ssh://git@git.anidev.ru:222/roden-soft/Interface.git src/modules/interface
```