mirror of
https://github.com/koloideal/Argenta.git
synced 2026-06-10 10:05:28 +03:00
fix
This commit is contained in:
@@ -5,18 +5,8 @@
|
|||||||
## Описание
|
## Описание
|
||||||
**Argenta** — Python library for creating custom shells
|
**Argenta** — Python library for creating custom shells
|
||||||
|
|
||||||

|

|
||||||
Пример внешнего вида TUI, написанного с помощью Argenta
|
Пример внешнего вида TUI, написанного с помощью Argenta
|
||||||
Рекомендуемая библиотека для форматирования текста - [rich](https://github.com/Textualize/rich)
|
|
||||||
```python
|
|
||||||
from argenta.app import App
|
|
||||||
from rich.console import Console
|
|
||||||
|
|
||||||
app = App(print_func=Console().print) # default: builtins.print
|
|
||||||
|
|
||||||
# code...
|
|
||||||
```
|
|
||||||
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 58 KiB |
Reference in New Issue
Block a user