Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

linuxaddict124/PyFetch

Open more actions menu

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.
  • Custom plugins to expand it further.

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:

./install.sh

Dependencies

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

  • python3
  • pyfiglet
  • packaging
  • psutil

Install the dependencies with:

pip install pyfiglet
pip install packaging
pip install psutil

or

sudo pacman -S python-pyfiglet python-packaging python-psutil

CLI Flags

There are flags for PyFetch that you can use!

  • --h/--help (Show help message)
  • --minimal (Show minimal output)
  • --banner (Show banner ONLY)
  • --version (Version of PyFetch)
  • --shell (View your bash version)
  • --skipconfig (Skip pyfetch.conf)
  • --noplugins (Exclude Plugins)
  • --list-plugins (List all avaliable plugins)

License

MIT License - see LICENSE

Credits

Inspired by Neofetch

Morty Proxy This is a proxified and sanitized view of the page, visit original site.