What is the 2016 way of building GUIs with Python?
I have checked out Tkinter briefly, and it has got a lot of bad rap in the community. What Python libraries would you use to build a GUI with Python, today?
I recently discovered the wonders of Electron. I've built a html/js interface for a C# backend. All I had to do was spawn a process with an API on the background. So you can make desktop applications with a simple web architecture :D
Pretty sure it would work with Python too. Give it a try (:
Hugo Mota
Code Hero
I recently discovered the wonders of Electron. I've built a html/js interface for a C# backend. All I had to do was spawn a process with an API on the background. So you can make desktop applications with a simple web architecture :D
Pretty sure it would work with Python too. Give it a try (: