DEV Community

Provsri
Provsri

Posted on

Input from web page to python script

I want to take user inputs from web page(which do not need any authentication) and pass those as arguments to python script on a remote machine and share the script output as a result to webpage , all in python . What frameworks and modules in python will help me to achieve this workflow ? .

Top comments (2)

Collapse
 
0xkoji profile image
0xkoji

flask + jinja2

Collapse
 
sharadcodes profile image
Sharad Raj (He/Him)

Flask