/demo-psutil

Building a dashboard with PSUTIL in the Terminal

Primary LanguagePythonMIT LicenseMIT

Demo PSUTIL

This will render cpu usage and memory usage of the system.

Python

Setup

cd app
poetry install


# Packages
poetry add psutil rich curses

# Run app
python3 main.py