Skip to content
mauricelambert edited this page Sep 19, 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

WebScripts

Description

This package implements a web server to run scripts or executables from the command line 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.

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

Windows

python -m pip install WebScripts

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

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.

License

Licensed under the GPL, version 3.

Clone this wiki locally