Best way from cli programm to web based gui? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

Best way from cli programm to web based gui?

hey, I wrote a program in Python which I can only start from the command line and it generates Excel files. I would like to implement a web GUI for better ux, but still remain the option to also start the program from cli. does anyone have a good approach to master this requirements?

15th Jul 2018, 2:46 PM
Flo
2 Respuestas
0
if you're looking to make a gui then you could use Tkinter a module that comes with python.
22nd Jul 2018, 11:54 AM
Dave David
Dave David - avatar
0
I want a web GUI because it should be possible to deploy the program to a server so I can use it on multiple clients and don't have to install it on every machine
23rd Jul 2018, 10:51 AM
Flo