Create YouTube Shorts without any effort, simply by providing a video topic to talk about.
cd MoneyPrinter/Backend
pip install -r requirements.txt
# Run the backend server
python3 main.py
# Run the frontend server
cd ../Frontend
python3 -m http.server 3000- In
.envfill in the required values - Open
http://localhost:3000in your browser - Enter a topic to talk about
- Choose a voice ID
- Click on the "Generate" button
- Wait for the video to be generated
- The video's location is
temp/output.mp4
Add your fonts to the fonts/ folder, and load them by specifiying the font name on line 124 in Backend/video.py.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
See LICENSE file for more information.