Skip to content

hnpf/nekofetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nekofetch

nekofetch preview

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.


Features

GUI (nekofetch.py)

  • 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.

CLI (nekofetchcli.sh)

  • Fast: Runs as fast as cat.
  • Colorful: Pink, Cyan, and Purple everywhere.
  • Functional: Tells you what you need to know, and nothing more.

Installation

  1. Clone the repo:

    git clone https://github.com/hnpf/nekofetch.git
    cd nekofetch
  2. Quick Install (Recommended):

    chmod +x install.sh
    ./install.sh

    This puts nekofetch and nekofetch-gui in your ~/.local/bin.

  3. Install dependencies (GUI only):

    pip install -r requirements.txt
    # or just: pip install psutil Pillow

Run it!

Once installed, just run:

  • nekofetch for the CLI.
  • nekofetch-gui for the gui experience.

Requirements

  • Python 3.6+
  • psutil (for looking at your system specs)
  • Pillow (for taking screenshots)
  • tkinter (usually installed by default)
  • a sense of humor

License

MIT License. Do whatever you want, just dont blame me if it doesnt work or anything like that.

About

neofetch-inspired system info viewer

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors