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?
2 Answers
0
if you're looking to make a gui then you could use Tkinter a module that comes with python.
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