Update python note (add formatters) + add note about textual TUI lib.
This commit is contained in:
19
20220130153624-textual.org
Normal file
19
20220130153624-textual.org
Normal file
@@ -0,0 +1,19 @@
|
||||
:PROPERTIES:
|
||||
:ID: 6cc56ee4-6d42-4d50-beb3-bb22a98298dd
|
||||
:mtime: 20220130154530
|
||||
:ctime: 20220130153624
|
||||
:END:
|
||||
#+title: textual
|
||||
#+filetags: :Python:UI:
|
||||
|
||||
* Introduction
|
||||
Framework de création d'IHM inspiré par le developpement web moderne (CSS) basé sur Rich.
|
||||
Rich est une librairie Python permettant de :
|
||||
* Appliquer des styles à la sortie sur le terminal,
|
||||
* Afficher des tables et du contenu markdown,
|
||||
* Appliquer une coloration synthaxique.
|
||||
|
||||
* Références
|
||||
* [[https://github.com/Textualize/textual][Textual - Github]]
|
||||
* [[https://github.com/Textualize/rich][Rich - Github]]
|
||||
* [[https://rich.readthedocs.io/en/latest/introduction.html][Rich - ReadTheDocs]]
|
Reference in New Issue
Block a user