0

how to make a gui with html for python?

Hello, i want to make a gui with html for a python app, and i dont care about javascript. How should i do this?

2nd Nov 2021, 12:06 PM
programmeester
programmeester - avatar
1 Respuesta
+ 2
You can go with two ways here. create a desktop application using Tkinter (default GUI of python) or pyqt which you can learn easly from here PyQt5 tutorial. and create a web app (using django) and use json to communicate between them. A convention website with django server. Or also think if you actually need a server, you can go for a static site generator such as jekyll.
2nd Nov 2021, 2:37 PM
Arun Jamson
Arun Jamson - avatar