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.
- If your distro fails to be detected, python-pyfiglet will use the "PyFetch" fallback text.
There is a tarball installer on github releases. Download it then extract it then run this command in the install folder:
sudo ./install.sh
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
MIT License - see LICENSE
Inspired by Neofetch