Jaka Perovšek a1bd41de9d | ||
---|---|---|
LICENSE | ||
README.md | ||
arty.pyw | ||
icon.png | ||
sound1.wav | ||
sound1b.wav | ||
sound2.wav |
README.md
Arty
Artilery interpolator widget for playing Hell Let Loose
Requisites
- Windows (I'm so sorry)
- Python 3
Python libraries
- PySide2
- winput
Install
- Download and install Python. Use the following options:
- PyLauncher
- Add Pyhton to PATH
- Install pip
- Log out and log in to your user account to load Python binaries into your PATH variable
- Install PySide2 in shell
pip install pyside2
- Install winput in shell
pip install winput
- Clone / download this repository
- Double-click
arty.pyw
Tips
- The widget stays on top of other applications - you can have it next to the elevation indicator.
- When widget is not in focus you can use mouse wheel to increment the range input.
- Using mouse wheel inside a range input spin-box when widget is not focus increments double.
Ctrl+H
to hide the window bar.Ctrl+Q
to close the application.