santa@sh.itjust.workstoPython@programming.dev•Is there any way to run a Python GTK3 apps on Windows? [Solved]
2·
1 year agoHave you looked into using pygame? Not sure how much your app is dependent on gtk3 vs. doing something graphical that can be generic.
Does it need access to anything local? If not, you could run it as an AWS Lambda on a schedule.