textual-dissect – A tool for dissecting Textual widgets, including default CSS and more #5711
TomJGooding
started this conversation in
Show and tell
Replies: 1 comment
-
This looks awesome. Would you consider this as an addition to textual-dev? Either way, worth posting to show-and-tell |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://github.com/TomJGooding/textual-dissect
The Textual documentation is excellent, but sometimes you need to dig a bit deeper. I regularly found myself having to dive into the source code to check the default CSS for widgets.
textual-dissect
provides quick and easy access to the default CSS and other inner workings of Textual widgets not covered by the documentation. I created this as a personal tool and it is still a work in progress (so isn't available as a PyPI package yet), but thought I would share here in case anyone else might find it useful.Beta Was this translation helpful? Give feedback.
All reactions