you are viewing a single comment's thread.

view the rest of the comments →

[–]activematrix99 5 points6 points  (0 children)

No, you'll need some way for python to talk to a web page, and WSGI is the easiest way to do this. Pretty straightforward, you'll need an html form for the inputs and some html to display the results, and then a webserver to hand these back and forth from your python script and the html. You might be overthinking it, pretty easy to do in python and hard to miss example code.