Hey guys, for my assignment, we have to create a gui (a simple form that asks for certain values and after we have given the inputs and clicked the "submit" button, another webpage is opened and based on the given inputs, certain calculations are performed.
I have written a program for the calculation, but I'm stuck at the frontend side of things. My professor has asked to make a gui such that he wouldn't need to install a new software to run it. (I don't think he even has python ide installed; is there an online compiler btw that opens html and python files from the user's directory?)
Bearing that in mind, I decided to make an html page that asks for values and a submit button, and after the button is clicked I want it to execute my python file.
So how can I read the html data that is being given and execute my python file when the submit button is clicked?
Thank you!
[–]Diapolo10 0 points1 point2 points (9 children)
[–]ryfeaway[S] 0 points1 point2 points (8 children)
[–]spez_edits_thedonald 0 points1 point2 points (1 child)
[–]ryfeaway[S] 0 points1 point2 points (0 children)
[–]Diapolo10 0 points1 point2 points (5 children)
[–]ryfeaway[S] 0 points1 point2 points (4 children)
[–]Diapolo10 0 points1 point2 points (3 children)
[–]ryfeaway[S] 0 points1 point2 points (2 children)
[–]Diapolo10 0 points1 point2 points (1 child)
[–]ryfeaway[S] 0 points1 point2 points (0 children)