Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 462 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 462 Bytes

Phoenix Server

Secures and Runs your python Scripts. terminates and delete all of them if unwanted file change happens (someone tries to edit your Code :D )

Secure your Directories:

python Phoenix.py secure /path/to/directory1 /path/to/directory2 ...

Run Your python Scripts and look for changes to terminate all processes and delete all files in given Directories:

python Phoenix.py run /path/to/script1 /path/to/script2 ...