Python and system information command-line tool
![]() |
![]() |
![]() |
Only GNU/Linux 🐧
Install via pip
(No auto-update):
$ pip3 install --user pythonfetch
- Clone the reporistrory:
$ git clone https://github.com/beucismis/pythonfetch
$ cd pythonfetch/
- Create a virtual environment (Optionally):
$ virtualenv .venv
$ source .venv/bin/activate
- Install the pythonfetch's dependencies:
$ pip3 install -r requirements.txt
- Run build and install:
$ python3 setup.py build
$ python3 setup.py install
$ pythonfetch
# or
$ pyfetch
This project is licensed under the GPL-3.0 - see the LICENSE file for details.