Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to Convert python Tkinter desktop App to Web App [closed]

I have wrote python (2.7) GUI desktop application using TKinter library and it is working fine. Now I want to convert it into web application. I have looked into pyjaco and pyjamas but not getting it done.

How can I convert it into Web App?

like image 466
Venkatesh Avatar asked Sep 04 '26 16:09

Venkatesh


2 Answers

You will have to rewrite your app. There is simply no way to convert a tkinter application to run on the web. You could potentially use pyjs to convert some of the business logic, but the entire GUI will have to be rewritten.

like image 189
Bryan Oakley Avatar answered Sep 07 '26 07:09

Bryan Oakley


You can use CloudTk.

CloudTk is based on WebSockit2me - a TCP to WebSocket gateway that uses a noVNC to display Tk applications in modern Web Browser.

like image 42
Isin Altinkaya Avatar answered Sep 07 '26 07:09

Isin Altinkaya



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!