I have a Python script that runs on my Linux server. I want to make a simple HTML page to be the "front-end" of my script. It will just take 2 values from a web form (that user will insert acessing the webpage) and send them to the Python script on background as variables, then Python will operate with these values and make all the stuff works.
Is it possible?
Tks !