Metadata-Version: 2.4
Name: mikufetch
Version: 1.3.2
Summary: Cute cross-platform system info fetcher with Miku ASCII art
Author: yogurtmenn
License: MIT
Project-URL: Homepage, https://github.com/yogurtmenn/mikufetch
Project-URL: Repository, https://github.com/yogurtmenn/mikufetch
Project-URL: Issues, https://github.com/yogurtmenn/mikufetch/issues
Keywords: neofetch,system,cli,ascii,miku,windows,linux,macos
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: System :: Shells
Classifier: Topic :: Utilities
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# mikufetch

Cute cross-platform system info fetcher with Hatsune Miku ASCII art.

Shows OS, kernel, uptime, CPU, memory and more next to a terminal Miku.

---

## Install

```bash
pip install mikufetch
```

---

## How to Use

### Linux / macOS
```bash
git clone https://github.com/yogurtmenn/mikufetch.git
cd mikufetch
pip install .    # install from local source directory
mikufetch

```
Or
```bash
pip install mikufetch
mikufetch
```

### Windows (PowerShell)
```powershell
git clone https://github.com/yogurtmenn/mikufetch.git
cd mikufetch
pip install .
mikufetch
```

---

## Options
- `--no-art`: print info without ASCII art
- `--no-color`: disable ANSI colors
- `--json`: output JSON only

Examples:
```bash
mikufetch --no-art
mikufetch --json
```

---

## Linux optional utilities

For best detection (Resolution and GPU), install these non-Python utilities:

- xrandr (for resolution)

Install commands by distro:

- Debian/Ubuntu: `sudo apt update && sudo apt install -y x11-xserver-utils mesa-utils`
- Arch: `sudo pacman -S --noconfirm xorg-xrandr mesa-demos`
- Fedora: `sudo dnf install -y xorg-x11-server-utils mesa-demos`


screen of fetch:
![Image alt](https://files.catbox.moe/zgzgzx.png)
by [pie with jam](https://github.com/pie-with-jam)
