Skip to content

A lightweight system information grabber written in Python

License

Notifications You must be signed in to change notification settings

TeaPixl/CoffeeFetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoffeeFetch

image

A lightweight system info grabber written in Python

Introduction

CoffeeFetch is a system information grabber for Unix systems that fetches your system information and displays it to the screen. This is a lightweight package and is built to be run on systems without the use of a Window Manager or Desktop Enviornment and is displayed directly in in TTY. It will attempt to grab you CPU model, CPU frequency, current RAM consumption, current disk usage, Operating System, CPU architecture, IP Address, hostname, and OS version.

Installation

It is required to use Python 3.7 or greater for this package.

psutil >= 5.9.5 is required for this package.

Firstly, clone this repository:

git clone https://github.com/TeaPixl/CoffeeFetch/
cd CoffeeFetch

Then, install the required Python modules

pip install -r requirements.txt

Build and install the .whl file

Change the X.X.X to the version you have

python3 -m build
cd dist/
pip install coffeefetch-X.X.X-py3-none-any.whl

OR

pip install coffeefetch

Usage

To use CoffeeFetch, type into your terminal:

python3 -m coffeefetch

NOTE

This project is currently in the works and I have not finished it yet. This is a NEW repository so feel free to post any issues you may find.

Currently working on:

  • Providing more detailed exceptions
  • testing

About

A lightweight system information grabber written in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages