A simple youtube automation tool that handles script generation, TTS, Image Generation and Video Creation.
·
Report Bug
·
Request Feature
- Python 3.12
Have Python installed version >= 3.10 is recommended
Install the required Packages
- python
pip install -m requirements.txt
- You can install tortoise TTS from here https://github.com/JarodMica/ai-voice-cloning.
- Run the start.bat file.
- Save the required voice as male1.
- Create a Gemini API key and paste it in a text file named gemini_secret.txt
- font.ttf can be replaced with any new font. Default is Montserrat.
- If TTS is offline, use it to generate voices. Or follow the instructions given in main.py
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Check your Code Using Flake8 Library (lint)
- Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Mail - [email protected]