Written in Python, this will allow you to interact with your Servers.
Implemented with basic methods such as:

python -m venv venv
venv/Scripts/Activate.ps1
- If the Activate errors, try running this on PowerShell (Administrator mode) Set-ExecutionPolicy RemoteSigned
pip install --upgrade pip
pip install -r requirements.txt