The idea is, there are two user interfaces, one through the GUI using Tkinter , the other through the Web-API (Flask).
I wrote code that launches Flask with a login function and Tkinter , with buttons. The problem is that, for example, if Flask starts up first, Tkinter does not work, until it completes or kill the Flask process, after that, only control through Tkinter possible, and vice versa.
Is there a way to implement the management of both at the same time? In other words, it would be possible to manage through the usual and familiar GUI and through WPI .