feat(FABLE.cmd): add FABLE.cmd script to run FABLE.ps1 and pause execution

feat(FABLE.ps1): add script to activate environment and run main.py
fix(montage.py): fix issue with downloading images and creating slide assets
fix(montage.py): fix issue with generating markdown slides
fix(montage.py): fix issue with generating huge slides
fix(montage.py): fix issue with generating blank slides
fix(thumbnail.py): remove TODO comment
fix(marp.md): remove unused CSS styles
fix(wiki_downloader.py): add user agent header to requests
This commit is contained in:
Paillat
2023-07-08 20:58:45 +02:00
parent d81b2ccebf
commit a82c6446ba
6 changed files with 92 additions and 81 deletions

7
FABLE.ps1 Normal file
View File

@@ -0,0 +1,7 @@
d:/09._AI_projects/FABLE/youtuber/Scripts/Activate.ps1
python main.py
pause
echo This line will be executed after you press any key.