Skip to content

ankita-1007/Mashup-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mashup Generator

1. Description

A python program to generate mashup of songs of your favourite singer at a single click. It sends the generated file as .zip in your email.

2. Frameworks and Packages used:

For creating mashup :
1. It uses pytube to download videos of singer from youtube.
2. Then, it uses moviepy to convert videos to audio and clips it.
3. Then, using moviepy it merges all the audios.

For connecting .py file to our frontend :
1. Flask framework is used. It passes requests to web applications.
2. For sending emails, Simple Mail Transfer Protocol(SMTP) is used.
3. email package is used.

3. How to use:

Upon running the app.py file, a link will be generated. Upon clicking, it will lead to the below shown interface. Upon filling details, and submitting , mashup will be sent to mentioned e-mail, if it exists.

4. Screenshot of the interface


Releases

No releases published

Packages

No packages published