/pythonfetch

Python and system information command-line tool

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

pythonfetch

Python and system information command-line tool

Availability

Only GNU/Linux 🐧

Installation and Building

Install via pip (No auto-update):

$ pip3 install --user pythonfetch

Building the sources

  1. Clone the reporistrory:
$ git clone https://github.com/beucismis/pythonfetch
$ cd pythonfetch/
  1. Create a virtual environment (Optionally):
$ virtualenv .venv
$ source .venv/bin/activate
  1. Install the pythonfetch's dependencies:
$ pip3 install -r requirements.txt
  1. Run build and install:
$ python3 setup.py build
$ python3 setup.py install

Usage

$ pythonfetch
# or
$ pyfetch

License

This project is licensed under the GPL-3.0 - see the LICENSE file for details.