This thread shows a way to open multiple windows in a Kivy app. It's necessary to create more than one app and then call the app that opens a new window when needed. I've never deployed a Kivy app. So my question is will that work if deploying for distribution? Can multiple apps be bundled up and put in an executable?
The app in question pops out a full screen window to a second display.
The multiple window situation with Kivy is an issue with what I'm working on. Fortunately the work around above will do but I don't want to continue going down that path if it won't deploy well/at all.