GUI toolkit for building GUI toolkits (and create beautiful applications for mobile, web, and desktop from a single python3 codebase)
Project description
THAG : "[T]he [H]TML [A]ttributs [G]UI"
The descendant of gtag ... but :
- Not tied to guy
- Able to be used in anything which can display html/js/css (pywebview, cefpython3, a browser, ....)
- A lot lot lot better and simpler (better abstractions/code/concepts)
- "intelligent rendering" (redraw only component with states changes)
It's a GUI toolkit for building GUI toolkits ;-)
Thag provides somes runners
ootb. But they are here just for the show. IRL, you should build your own, for your needs.
In French
Sorte de FWK (orienté composants), où on code (coté backend) des objets python (en fait des objets "Tag"), qui ont une representation HTML avec des interactions, qui peuvent s'executer dans tout ce qui est capable d'afficher du html/js/css (pywebview, cefpython3, a browser, ....)
Les "interactions" sont des actions émanants de la partie front vers le back, pour synchroniser l'état de l'objet (côté back), et retourner sa nouvelle représentation front.
La nature de ces interactions dépendent du runner
utilisé (browser>ajax|websocket, guy>Websocket, pywebview>inproc)
Le fwk permet surtout de fabriquer ses composants ... et il faudrait utiliser ces composants dans une appli.
Autant le fwk permet des interactions avec js/front ... autant, il ne faudrait pas en faire dans les composants finaux : l'idée, c'est d'abstraire toutes interactions js : de manière à ce que ça soit totallement transparent dans les composants finaux.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file thag-0.0.3.tar.gz
.
File metadata
- Download URL: thag-0.0.3.tar.gz
- Upload date:
- Size: 11.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.5 CPython/3.8.10 Linux/5.13.0-35-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 977f764ab9802754e15f07f8efef068a3dc1ff509267924c32906d7fdfcec160 |
|
MD5 | d2e88b2a7f6c389ed4bc073f16374c31 |
|
BLAKE2b-256 | a6467806d42df33b9c56de6360025eec0cd61c524dbcd0346b853432f027bf3a |
File details
Details for the file thag-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: thag-0.0.3-py3-none-any.whl
- Upload date:
- Size: 15.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.5 CPython/3.8.10 Linux/5.13.0-35-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b292136065aa25e4d1b6ccd1c6d2c1aed45bfb68033160e438fa7cc45edb9469 |
|
MD5 | 62fa2da11528b8a7aca168d975ee0caf |
|
BLAKE2b-256 | 779000dd54d2f3247c0bb630e34aa375b6481fc502cc33ff42e49cd94e665c9f |