A simple yet powerful TUI framework for your Python (3.7+) applications

A simple yet powerful TUI framework for your Python (3.7+) applications Usecases PyTermGUI can be used for a variety of things. You are ought to find something useful, whether you are after a TUI library with a mature widget API, a way to easily color and style your program’s output or even just get syntax highlighting in the REPL. Interfacing with the terminal At its core, PyTermGUI is based on the ANSI interface module to provide pretty much all of […]

Read more

Simple TUI for quickly connecting to existing scripts/tools

Simple TUI for quickly connecting to existing scripts/tools.This is intended to be a simple TUI with very basic features. The idea is to create a common library to handle graphically some information while connected to remote terminals. Daily I have to connect to hundreds of servers (linux) remotely and also manage Docker containers (in the servers or in Kubernetes in the cloud – AWS). At work, we do use IaaC (Ansible) for managing everything, but we still have tons of […]

Read more