this will take long videos from youtube or locally and turn them into bunch of shorts.
the file structure to make this repo run should be:
/app
├── /static
│ └── (optional CSS/JS files if needed)
├── /templates
│ └── index.html (recommemded)
└── app.py (recommended)
also you can run
pip install Flask yt-dlp
or
pip install -r requirements.txt