Skip to content

0Shark/text2video

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text2Video

Create YouTube Shorts without any effort, simply by providing a video topic to talk about.

Installation

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

Usage

  1. In .env fill in the required values
  2. Open http://localhost:3000 in your browser
  3. Enter a topic to talk about
  4. Choose a voice ID
  5. Click on the "Generate" button
  6. Wait for the video to be generated
  7. The video's location is temp/output.mp4

Fonts

Add your fonts to the fonts/ folder, and load them by specifiying the font name on line 124 in Backend/video.py.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

See LICENSE file for more information.