Skip to content

andresr124/pyfetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

The neofetch alternative that is python-based. Displays information about your desktop. (Not to be confused with Tyrowin's project which is also called pyfetch.)

image

What it does

  • Detects your distro and uses python-pyfiglet to display text in ASCII art.
  • CPU, RAM, and hostname information.
  • If your distro fails to be detected, python-pyfiglet will use the "PyFetch" fallback text.

How to install PyFetch

There is a tarball installer on github releases. Download it then extract it then run this command in the install folder:

sudo ./install.sh

Dependencies

These are the Dependencies you will need to have in order to use PyFetch:

  • python3
  • pyfiglet
  • packaging

Install python-pyfiglet & python-packaging with:

pip install pyfiglet
pip install packaging

or

sudo pacman -S python-pyfiglet python-packaging

License

MIT License - see LICENSE

Credits

Inspired by Neofetch