雲華 f1d4fb2d1c Move window styling and timers to separate script files and/ or class
This commit aims to clean up the significant mess that was the timer code and amassing of functions.
In order to better clean up the main GUI code these functions have been moved to their own respective
script files. More specifically any future commits that contain window styling aspects will be added
to the styles.py script and any timer related code will be moved into timers.py. The timer code has
also been abstracted a little more, however, we are still restricted by the API, one solution would
be to modify warpy and better standardize the returns from the three open world json objects.
Currently there is explicit handler functions within the class that can set this information, however,
it may be more reasonable to return smarter json objects that have the current state attached.
2021-05-04 14:52:18 -04:00
2021-05-01 22:29:26 +00:00

tennoui

A Python based non-intrusive game overlay for Warframe

Description
Non-intrusive information overlay
Readme 38 KiB
Languages
Python 100%