Author Topic: Python Script Manager with API  (Read 419 times)

0 Members and 1 Guest are viewing this topic.

Offline xtream1101

  • /dev/null
  • *
  • Posts: 10
  • Cookies: 3
    • View Profile
    • Github
Python Script Manager with API
« on: October 28, 2014, 04:01:54 pm »
Script Control: https://github.com/xtream1101/ScriptControl
This was created in python 3 using flask to manage other python scripts over an api. The reason for this is that I run a lot of scripts on my server to automate various tasks and I wanted an easy way to manage all of them.

Web Control Interface: https://github.com/xtream1101/control-interface
This is a modular style web interface where one of the default modules will control the python control script. With this interface, you will see that you can create any web app and add it to the interface.

**Both of these projects are still a work in progress so you may encounter some bugs. If you do please let me know and I will do my best to correct them.

-x