/PyScriptRunner

Create, store, and run Python scripts from a simple web interface

Primary LanguagePythonMIT LicenseMIT

PyScriptRunner

Create, store, and run Python scripts from a simple web interface.

How to run

  1. Clone the project from GitHub
$> git clone https://github.com/dustinkredmond/PyScriptRunner
  1. Change into the project directory
$> cd ./PyScriptRunner
  1. Create a virtual environment to run the project
$> python -m venv ./venv
  1. Activate the virtual environment
$> ./venv/scripts/activate
  1. Install the project requirements
$> python -m pip install -r ./requirements.txt
  1. Run the development server
$> python -m flask run