AI Python Scripts.
https://spacecruft.org/deepcrayon/ScriptMind
docs | ||
src/scriptmind | ||
.gitignore | ||
CHANGELOG.txt | ||
LICENSE.txt | ||
pyproject.toml | ||
README.md |
ScriptMind
ScriptMind
.
Install
Debian. Install depedenicies:
sudo apt install git python3-venv python3-pip xclip ffmpeg
Install this repo thusly:
git clone https://spacecruft.org/deepcrayon/ScriptMind
cd ScriptMind/
# pyenv local 3.11 # if pyenv is used
python -m venv venv
source venv/bin/activate
pip install -U setuptools pip wheel
pip install -e .
Run
Run thusly.
echo "ScriptMind, not yet"
Website
https://spacecruft.org/deepcrayon/ScriptMind
Fork
ScriptMind is a fork of parts of Fabric.
Fabric is being re-written by upstream from Python to Go. I prefer it in Python. Upstream also assumes usage of proprietary APIs and SaaS. This fork will be for self-hosting only. Any telemetry code found will also be disabled and/or removed. Just CLI scripts will be used, no web GUI.
Status
Alpha development, not ready for general usage.
License
Apache 2.0 license.
Copyright © 2024, Jeff Moe.