Metadata-Version: 2.4
Name: gpufetch
Version: 0.2.0
Summary: A minimal GPU monitor for your terminal
License: MIT
Requires-Python: >=3.11
Description-Content-Type: text/markdown

<h1 align="center">gpufetch</h1>
<p align="center"><i align="center">A minimal GPU monitor for your terminal</i></p>

---

<img src="img/gpufetch.png" />

---

## Installing
uv:
```
uv tool install gpufetch
```
pipx:
```
pipx install gpufetch
```

## Usage
```
:: ~/ » gpufetch --help
usage: gpufetch [-h] [--theme NAME] [--entities a,b,c] [--entities-random N] [--fire] [--connect-spotify] [--spotify] [--sysinfo] [--weather] [--debt] [--tickers] [--play GAME]

List connected GPUs

options:
  -h, --help           show this help message and exit
  --theme NAME         display theme (default: default)
  --entities a,b,c     comma-separated entity names to bounce on screen
  --entities-random N  spawn N randomly chosen entities
  --fire               enable fire animation along the bottom of the screen
  --connect-spotify    run Spotify OAuth flow and save credentials, then exit
  --spotify            show Spotify now-playing widget
  --sysinfo            show CPU/memory usage widget
  --weather            show weather widget for Rochester, NY
  --debt               show US national debt clock widget
  --tickers            show market price ticker widget (BTC, XMR, S&P 500, NVDA)
  --play GAME          jump straight into a game: wordle, snake, roulette, blackjack

themes:   default, america, canada, china, christmas, 420, halloween, israel, matrix, rainbow
entities: anime_girl, arch, bible_quote, bill_100, crab, debian, dvd, empty_wallet, ethereum, fedora, ghost, gorilla, greeting, grim_reaper, jesus, jewish_star, marge, maui, nuke, nvidia, rxknephew, scrooge, shadow_wizard, ship, slot_machine, stuffed_wallet, trophy, tux, ufo
games:    wordle, snake, roulette, blackjack

TUI keys: / → command prompt   q → quit   /help → command list
```
