Browsing: Python
Text-based user interfaces (TUIs) are making a BIG comeback. Many developers of today need to easy-to-use applications to configure and…
Many programs require configuration. Most have a default configuration and many allow the user to adjust that configuration. There are…
I recently needed to figure out how to write an updater script for a project I was working on. The…
Textual – How to Add Widgets to a Container
Textual is an excellent Python package for creating beautiful user interfaces in your terminal. By default, Textual will arrange your…
Textual – Switching Screens in Your Terminal
The Screen is a container for your widgets. These screens occupy the dimensions of your terminal by default. While you can have…
An Intro to pre-commit – Mouse Vs Python
You can use many great tools to help you in your software development journey. One such tool is pre-commit, a framework…
Checking Python Code with GitHub Actions
When you are working on your personal or work projects in Python, you usually want to have a way to…
JupyterLab 101 Book is Now Available
JupyterLab, the latest iteration of the Jupyter Notebook, is a versatile tool that empowers you to share your code in…
How to Debug Your Textual Application
Textual is a great Python package for creating a lightweight, powerful, text-based user interface. That means you can create a…
Textual-cogs is a collection of Textual dialogs that you can use in your Textual application. You can see a quick…