What is the easiest way to create a python gui on Linux (debian)?

bernard

BuSo Pro
Joined
Dec 31, 2016
Messages
2,527
Likes
2,217
Degree
6
What is the easiest way to create a python gui on Linux (debian)?

I have a script which gets my earnings across networks. I run it in the browser now, but would prefer a gui, maybe even one with the option of casting to chromecast.
 
Generally I think just making a web app out of it is the easiest option. Flask is a personal favorite framework.

I'm not sure if you can beam an entire web page from Chrome to a Chromecast so I can't really say. The only thing I know about it is you can send video from Chrome to it.

There are some other possible options to stream to your Chromecast, you could use something like AirParrot 2 to stream an entire entire desktop to the Chromecast device.

Also old fashion HDMI but that's not too sexy.
 
Hehe, I already have the webapp with Flask. I suppose it is a bit down the list of priorities to make a gui/chromecast. Ideally though it would be cool to integrate into linux debian os, perhaps in the status line, but I don't know if it is possible.
 
Back