Update python note (add formatters) + add note about textual TUI lib.

This commit is contained in:
2022-02-06 20:08:28 +01:00
parent b49cb2e7cf
commit b559359843
2 changed files with 37 additions and 2 deletions

View 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]]