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.