Qt5 based GUI app to track various timers for Warframe using the api.warframestat.us API
Find a file
2022-11-27 22:39:25 +05:00
api.py Finished 2022-11-10 23:03:50 +05:00
extra_widgets.py Fixed news never displaying a Start in prefix 2022-11-27 22:39:25 +05:00
gui.py Wrapper class to handle ws data -> gui 2022-11-10 16:26:28 +05:00
gui_base.py Changed layout and widget names to not be ass 2022-11-10 23:19:30 +05:00
gui_base.ui Changed layout and widget names to not be ass 2022-11-10 23:19:30 +05:00
main.py Changed layout and widget names to not be ass 2022-11-10 23:19:30 +05:00
Makefile Added makefile for auto-compile 2022-11-11 13:20:45 +05:00
README.md Added README 2022-11-11 16:06:19 +05:00

Desktop based GUI for monitoring the warframe worldstate.

Looks ugly as hell but covers almost everything relevant.

Requires python, python-pyqt5 and python-requests.

python main.py to run, or use the makefile to create a single binary to execute.