EricCousineau-TRI / pytop

Htop copycat implemented in Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

(fork) pytop -- Htop copycat implemented in Python.

pytop is an interactive process viewer for Unix systems. It is a text-mode application (for console or X terminals) and requires Urwid.

Note: This is a fork of the original, https://github.com/AndriiOshtuk/pytop, for getting more artisinal information in a way I (Eric) would like.

Local Development

sudo apt install python3-venv

cd pytop
# Setup venv.
python3 -m venv ./venv
source ./venv/bin/activate
pip install -U pip wheel
# Install in editable mode.
pip install -e .
# Run
python3 -m pytop

About

Htop copycat implemented in Python.

License:MIT License


Languages

Language:Python 100.0%