Commit Graph

3 Commits

Author SHA1 Message Date
Paillat
de2f482de2 fix(.gitignore): add 'settings.yaml' to the list of ignored files
fix(main.py): remove unused import statements and update function name to check_license_agreement
fix(main.py): remove unnecessary comments and sleep statements
feat(main.py): add check_license_agreement function to prompt user to accept license agreement
fix(requirements.txt): add 'watchdog' package to the list of requirements
feat(utils/settings.py): create Settings class to handle loading and updating settings from settings.yaml file
2023-07-13 20:01:06 +02:00
Paillat
866f1b4138 chore(.gitignore): add bark_cache directory to gitignore
feat(video.py): use wav format instead of mp3 for generated audio files
feat(montage.py): use Bark TTS instead of 🐸TTS
feat(speak.py): add support for Bark TTS
fix(speak.py): remove unused 🐸TTS import and variable
fix(main.py): fix asyncio.run() call placement
docs: update requirements.txt with new dependencies
2023-06-25 21:59:52 +02:00
Paillat
6e2d176399 feat(requirements.txt): add TTS, moviepy, pysrt, deepl, openai, pillow, python-dotenv, and google-api-python-client packages to requirements file 2023-05-15 16:54:01 +02:00