mirror of
https://github.com/vinta/awesome-python.git
synced 2026-07-13 10:43:09 -05:00
[PR #2092] Add Textual #1667
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/2092
Author: @jej
Created: 7/3/2022
Status: 🔄 Open
Base:
master← Head:master📝 Commits (1)
90677abAdd Textual📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
What is this Python project?
Textual is a TUI (Text User Interface) framework for Python inspired by modern web development. Currently a Work in Progress. It uses Rich to render rich text, so anything that Rich can render may be used in Textual.
Event handling in Textual is asynchronous (using async and await keywords). Widgets (UI components) can independently update and communicate with each other via message passing.
Textual has more in common with modern web development than it does with curses; layout is done with CSS grid and (soon) the theme may be customized with CSS. Other techniques are borrowed from JS frameworks such as Vue and React.
What's the difference between this Python project and similar ones?
ncurses and urwid look old-school compared to these projects (textual+rich)
--
Anyone who agrees with this pull request could submit an Approve review to it.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.