🎬
Songs Mashup
A Flask web app that downloads songs from YouTube for a given singer, slices each track into short snippets, merges them into a single mashup audio…
A Flask web app that downloads songs from YouTube for a given singer, slices each track into short snippets, merges them into a single mashup audio…
A Flask web app that downloads songs from YouTube for a given singer, slices each track into short snippets, merges them into a single mashup audio file, zips it, and emails the result to the user.
python SongsMashup.py and open http://0.0.0.0:5000 in a browser.Ed Sheeran), number of videos (e.g. 5), snippet duration in seconds (e.g. 20), and your email address.output.mp3, zipped as output.zip, and emailed to the address you provided.pip install flask numpy pandas pytube pydub youtube-search
python SongsMashup.py
flask, numpy, pandas, pytube, pydub, youtube-search, smtplib (standard library)