Python Libraries to Simplify Your UI Development

UIs are great. They make it easy for non-cli folk to drive your tooling, as they don’t require the installation of any packages by the client (other than a browser) or any know-how on how to drive a Linux shell. However, under the hood, when building a UI… Read more

Similar

Nice JSON pretty printing with Python

If you work with JSON regularly (90% of Python developers I suspect) you might appreciate the print_json function just landed in Rich v10.9.0 If you call this function with a string, Rich will decode the string, reformat it, and print it to the console wi... (more…)

Read more »