Skip to content

Python and system information command-line fetch tool

License

Notifications You must be signed in to change notification settings

beucismis/tinyfetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tinyfetch

PyPI - Python Version PyPI - Version GitHub License GitHub Actions Workflow Status GitHub Actions Workflow Status

Python and system information command-line fetch tool.

$ tinyfetch

     ___     beucismis@thinkpad-devuan
    (.. \    -------------------------
    (<> |    Python Version: 3.11.2
   //  \ \   PIP Version: 24.0
  ( |  | /|  PIP Packages: 341
 _/\ __)/_)  Implementation: CPython
 \/-____\/   Compiler: GCC 12.2.0

             Kernel: Linux-6.1.0-18-amd64
             OS: Devuan GNU/Linux 5 (daedalus) x86_64

Output like this! Also, tux ASCII logo is inspired by fastfetch. Thanks!

Installation

pip install -U tinyfetch

Documentation

$ tinyfetch --help

usage: tinyfetch [-h] [--title-color {red,green,yellow,blue,magenta,cyan,white}] [--no-color] [--version]

Python and system information command-line fetch tool

options:
  -h, --help            show this help message and exit
  --title-color {red,green,yellow,blue,magenta,cyan,white}
                        set default the title color
  --no-color            turn off all colors and disables
  --version             show program's version number and exit

License

tinyfetch is distributed under the terms of the MIT license.