Metadata-Version: 2.4
Name: pypineofetch
Version: 1.0.1
Summary: A fast and customizable neofetch alternative written in Python
License: MIT
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: psutil
Requires-Dist: py-cpuinfo
Requires-Dist: nvidia-ml-py
Dynamic: license-file

## 📥 Installation

The recommended way to install `pypineofetch` is via **pipx**, as it isolates the application and its dependencies from your global system packages.

### 🐧 Linux (Ubuntu, Mint, Debian, etc.)
```bash
sudo apt install pipx
pipx ensurepath
# Restart your terminal, then run:
pipx install pypineofetch

🪟 Windows

Open PowerShell as Administrator and run:
python -m pip install --user pipx
pipx ensurepath
# Restart your terminal, then run:
pipx install pypineofetch


🍏 macOS
brew install pipx
pipx ensurepath
pipx install pypineofetch

🐍 Standard Pip (Inside a virtual environment)
pip install pypineofetch
or
pip3 install pypineofetch

🚀 Usage

Once installed, simply run the following command in your terminal:
pyfetch
pyfetch macos - run pyfetch with macos
pyfetch windows - run pyfetch with windows

if doesn't work, let me know
my discord: dizort21
(or googling)
