kavisek / demo-psutil

Building a dashboard with PSUTIL in the Terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Building a dashboard with PSUTIL in the Terminal

License:MIT License


Languages

Language:Python 69.0%Language:Makefile 26.5%Language:Dockerfile 4.4%