Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.03 KB

README.md

File metadata and controls

45 lines (30 loc) · 1.03 KB

Tinkertown Technician

Battlecry: Fix your Hearthstone Deck Tracker

Using

Just install it in an isolated environment with pipx.

pip install --user pipx
pipx install tinkertown-technician

And spin it up aand let it do it's thing while you're griefing Tavern ticket noobs in the Arena, jamming meme decks in wild or cussing at Bob for not giving you any synergy.

$ ttt --help
Usage: ttt [OPTIONS] [PATH]

  Tinkertown Technician -- Battlecry: Fix your Heartstone Deck Tracker

  Workaround for  - https://github.com/HearthSim/Hearthstone-Deck-
  Tracker/issues/4234

Arguments:
  [PATH]  [env var: WINEPREFIX;default: (dynamic)]

The PATH argument is optional, it will default to the WINEPREFIX from your environment. And will fall back to either the path it remembered from the first time it succeeded or ./

You might have to add ~/.local/bin to your PATH.

Developing

pip install --user pipx
pipx install pdm
pdm run dev