Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web hosting for Tkinter application #11

Open
Tanmay-901 opened this issue Oct 7, 2021 · 4 comments
Open

Web hosting for Tkinter application #11

Tanmay-901 opened this issue Oct 7, 2021 · 4 comments
Labels
help wanted Extra attention is needed question Further information is requested

Comments

@Tanmay-901
Copy link
Owner

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.

@Tanmay-901 Tanmay-901 added help wanted Extra attention is needed question Further information is requested labels Oct 7, 2021
@saikatsahana77
Copy link

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.

@Tanmay-901
Copy link
Owner Author

@saikatsahana77 Thanks for clarifying.
Any suggestions on what should I opt for in that case? (thinking of django)

@saikatsahana77
Copy link

we can create an HTML /CSS/JS frontend and hook it to a backend with options like Django or flask

@Tanmay-901
Copy link
Owner Author

Sure, thanks for the follow-up. I'll raise an issue for the same.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants