Demo PSUTIL This will render cpu usage and memory usage of the system. Setup cd app poetry install # Packages poetry add psutil rich curses # Run app python3 main.py