This is a project which helps you to draft heroes for you team in Dota 2
Linux:
curl https://pyenv.run | bash
Mac:
brew update
brew install pyenv
All Platforms:
pyenv install 3.10.8
pyenv rehash
pyenv local 3.10.8
pyenv global 3.10.8
Note, if your poetry commands hang, try this:
export PYTHON_KEYRING_BACKEND=keyring.backends.null.Keyring
- Install Poetry
curl -sSL https://install.python-poetry.org | python3 -
- Install the project
linux:
poetry install
- Enter the interactive shell
poetry shell
- Launch
main.py
with Python Tkinter GUI
python picker/app/old_python_gui/main.py
- Use the program! The interface is ugly but should be self-explanatory.