Web front-end for python scripts

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • secun@yahoo.com

    Web front-end for python scripts

    I've written some python scripts to handle different tasks on my
    Windows network. I would like to have them accessible via a single web
    page (kind of like a dashboard) and have the scripts run on the server
    on which the web server resides (also a Windows box)

    This is an internal server only, but the scripts need to be secure
    since the server will have administrative rights on the network.

    Can anyone recommend a way of doing this? Security is important since
    this page will be accessible inside the company, but only people with
    the appropriate user name / password will be able to run the scripts.

Working...