Hello,
I have a simple python script that takes raw user input and puts the responses into variables. It then takes the variables and does a simple find/replace on a text file. I would like to have this web based as opposed to running the python app from the desktop. I am new to python and cherrypy, can someone please point me in the right direction or show me an example?
I would like a simple web form with text boxes and a submit button. When the user types the info in and hits "submit" I would like the variables sent to the python script for processing.
Any assistance will be appreciated.
Thank you,
Scott