Added story generator

This commit is contained in:
Norbert Schmidt
2026-01-11 20:01:20 +01:00
parent fc95099449
commit 8174da7490
6 changed files with 846 additions and 0 deletions

5
clipmaker Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
# clipmaker - quick wrapper
source ~/ltx-venv/bin/activate
cd "$(dirname "$0")"
python clipmaker.py "$@"