Nekofetch is a system info fetcher that has abandoned all reason. It comes with a Tkinter-based GUI that looks like shit, and a Bash script that prints a cute cat with your system info.
- Aesthetic: Dark mode, neon accent colors, ASCII art embedded in the GUI.
- SysWitch: A Python class that detects your OS, cpu, and GPU
- **Screenshot:**takes a screenshot of nekofetch window - results may vary on Wayland, but for me it works.
- Quotes: random cute programming related quotes.
- Fast: Runs as fast as
cat. - Colorful: Pink, Cyan, and Purple everywhere.
- Functional: Tells you what you need to know, and nothing more.
-
Clone the repo:
git clone https://github.com/hnpf/nekofetch.git cd nekofetch -
Quick Install (Recommended):
chmod +x install.sh ./install.sh
This puts
nekofetchandnekofetch-guiin your~/.local/bin. -
Install dependencies (GUI only):
pip install -r requirements.txt # or just: pip install psutil Pillow
Once installed, just run:
nekofetchfor the CLI.nekofetch-guifor the gui experience.
- Python 3.6+
psutil(for looking at your system specs)Pillow(for taking screenshots)tkinter(usually installed by default)- a sense of humor
MIT License. Do whatever you want, just dont blame me if it doesnt work or anything like that.
