This repository has been archived on 2026-02-12. You can view files and clone it, but cannot push or open issues or pull requests.
old-grabber/readme.md
2026-01-15 23:21:57 +01:00

605 B

grabber logo

Grabber - Fetch all your PC

About

Grabber is a bash program that fetch some informations of the computer like memory, storage or cpu for exemple.

Dependencies

  • inxi
  • dmidecode

Versions

  • v0 : grabber base, works minimal, ask permission, needs upgrades and rework

Credits

Logo inspired by kawaiiLogos project

python3 -m venv gbvenv 182 source gbvenv/bin/activate 183 pip install --upgrade pip 184 python -m pip install fastapi 185 pip freeze >> requirements.txt 186 echo ¨gbvenv¨ >> .gitignore