I am writing a python GUI for the loader in windows. Currently, I can somehow remove this application in order to download things from the website. I want to write a graphical interface that the bootloader calls, so that it is easier for me to use it.
So, for my GUI, an indication of progress is important. When the bootloader works using wine, if I move the cursor to the icon, it will display the progress in percent. This is the number I want for my code. So is it possible to somehow get this information through some sort of wine API?
source share