Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 373 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 373 Bytes

gitbcalc

Quick script I wrote for calculating how many more talent books you need to farm, in lieu of the spreadsheet I made ages ago for myself to do this exact thing but have unfortunately lost. Works for any number of talents.

Usage

python -m venv .venv
./.venv/Scripts/Activate.ps1 # pwsh
pip install -r requirements.txt
python3 talents.py <args...>