EvilZone

Programming and Scripting => Scripting Languages => : xtream1101 October 28, 2014, 04:01:54 PM

: Python Script Manager with API
: xtream1101 October 28, 2014, 04:01:54 PM
Script Control: https://github.com/xtream1101/ScriptControl (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 (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