A Python-based command-line system information tool inspired by Neofetch.
pip install pyfetchRun the tool with
pyfetch--no-art: Disable ASCII art.--fields: Specify fields to display (e.g,OS,CPU,Memory,Disk).--color-key: Set color for keys (e.g, RED, BLUE, CYAN).--config: Spacify a custom config file path--version: Show program version and exit.
Example:
pyfetch --fields OS,CPU,Shell,Packages --color-key BLUE --color-value YELLOW
pyfetch --no-art --config ~/.my_pyfetch.conf
ptfetch --versionCreate a ~/.pyfetch.conf file to set defaults:
[pyfetch]
no_art = False,
fields = OS,CPU,Memory,Disk,Shell,Uptime,Packages
color_key = CYAN
color_value = GREEN
ascii_art = /path/to/custom_ascii.txt