Skip to content
mauricelambert edited this page Oct 16, 2021 · 28 revisions

PyPI Downloads GitHub branch checks state PyPI - Status PyPI - Python Version GitHub commit activity GitHub top language GitHub issues GitHub closed issues GitHub GitHub repo size Libraries.io SourceRank Compatibility Containers

WebScripts

Description

This tools run scripts and display the result in a Web Interface.

Goals

Create a safe, secure and easy way to share console scripts and scripting environnments with your team or people without IT knowledge.

Demo

Demo WebScripts - Youtube Demonstration of WebScripts use - Youtube video

Installation

Requirements

This package require:

  • python3
  • python3 Standard Library

Optional on Windows:

  • pywin32 (to centralize logs in Event Viewer)

Linux

python3 -m pip install WebScripts --install-option "--admin-password=<your password>"

Windows

python -m pip install WebScripts --install-option "--admin-password=<your password>"

Optional

To centralize logs in Event Viewer.

python -m pip install pywin32

Start the server

You can now start the server with this simple command:

WebScripts

First connection

  1. Install without --admin-password= option: to log in for the first time, use the Admin account (username: Admin, password: Admin). I recommend changing the password immediately. The Admin account is restricted on 127.0.*,192.168.*,172.16.*,10.* by default.
  2. Install with --admin-password= option: to log in for the first time, use the Admin account (username: Admin).

License

Licensed under the GPL, version 3.

Clone this wiki locally