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.)
- Detects your distro and uses python-pyfiglet to display text in ASCII art.
 - CPU, RAM, and hostname information.
 - Custom plugins to expand it further.
 
There is a tarball installer on github releases. Download it then extract it then run this command in the install folder:
./install.shThese 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 psutilor
sudo pacman -S python-pyfiglet python-packaging python-psutilThere 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)
 
MIT License - see LICENSE
Inspired by Neofetch
