Web hosting for Tkinter application
I am looking for hosting options for this Tkinter-based tool and did not found much on the internet.
Any help/guidance would be appreciated.
Unfortunately, the app needs to be rewritten. 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.
@saikatsahana77 Thanks for clarifying.
Any suggestions on what should I opt for in that case? (thinking of django)
we can create an HTML /CSS/JS frontend and hook it to a backend with options like Django or flask
Sure, thanks for the follow-up. I'll raise an issue for the same.