Have you heard of the package Rich? This library allows you to create very, well, rich terminal-based UIs in Python. When you think of what you can typically build with basic print statements, that may seem quite limited. But with Rich, imagine justified tables, progress bars, rendering of markdown, and way more. <br/> <br/> This is one of the fastest growing projects in the Python space these days. And the creator, Will McGugan is here to give is the whole history and even a peak at the future of Rich and a follow on library called Textual.<br/> <br/> <strong>Links from the show</strong><br/> <br/> <div><b>Will on Twitter</b>: <a href="https://twitter.com/willmcgugan" target="_blank" rel="noopener">@willmcgugan</a><br/> <b>Rich</b>: <a href="https://ift.tt/30ItFmc" target="_blank" rel="noopener">github.com</a><br/> <b>Textual</b>: <a href="https://ift.tt/3xgL8RJ" target="_blank" rel="noopener">github.com</a><br/> <b>Pyfilesystem</b>: <a href="https://ift.tt/3d3lKHR" target="_blank" rel="noopener">pyfilesystem.org</a><br/> <b>A Look At – and Inside – Textual Video</b>: <a href="https://www.youtube.com/watch?v=1kTWxamIJ_k" target="_blank" rel="noopener">youtube.com</a><br/> <b>ObjExplore</b>: <a href="https://ift.tt/3mv3JWr" target="_blank" rel="noopener">reposhub.com</a><br/> <b>ghtop</b>: <a href="https://ghtop.fast.ai/" target="_blank" rel="noopener">ghtop.fast.ai</a><br/> <b>Watch YouTube live stream edition</b>: <a href="https://www.youtube.com/watch?v=laWyjfzur28" target="_blank" rel="noopener">youtube.com</a><br/> <b>Episode transcripts</b>: <a href="https://ift.tt/3laA4ma" target="_blank" rel="noopener">talkpython.fm</a><br/> <br/> <b>---------- Stay in touch with us ----------</b><br/> <b>Subscribe on YouTube (for live streams)</b>: <a href="https://ift.tt/3DznvIg" target="_blank" rel="noopener">youtube.com</a><br/> <b>Follow Talk Python on Twitter</b>: <a href="https://twitter.com/talkpython" target="_blank" rel="noopener">@talkpython</a><br/> <b>Follow Michael on Twitter</b>: <a href="https://twitter.com/mkennedy" target="_blank" rel="noopener">@mkennedy</a><br/></div><br/> <strong>Sponsors</strong><br/> <a href='https://ift.tt/3E3D7E6> <a href='https://ift.tt/2PVc9qH Python Training</a><br> <a href='https://ift.tt/3x0z72P>
from Planet Python
via read more
Subscribe to:
Post Comments (Atom)
TestDriven.io: Working with Static and Media Files in Django
This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...
-
In an earlier tutorial we've already covered how to open dialog windows. These are special windows which (by default) grab the focus o...
-
If you are already developing Python GUI apps with PySide2, you might be asking yourself whether it's time to upgrade to PySide6 and use...
-
There is not much fun in creating your own desktop applications if you can't share them with other people — whether than means publishin...
No comments:
Post a Comment