A collection of classes and commands for automated command line scripting using Python.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

536 B

Getting Started

System Requirements

Python 3.6 or greater is required.

Install

To install:

pip install python-scripttease;

Configuration

See Steps File for creating a configuration file.

FAQs

Does Script Tease execute commands? No. Script Tease generates statements that may be saved to a file for examination and execution. Or a custom implementation may be created to execute the generated statements.