This Streamlit based Web app lets you convert any You Tube video/song and Playlist into mp4 and mp3 audio.
Python 3.9 and Install below pypi package
pip install streamlit
pip install pytube
pip install moviepy
pip install py7zr
Or Simply run pip install -r requirements.txt
Web app is developed using Streamlit. Conversion of youtube video/Playlist to mp4 and mp3 audio is done using pytube and moviepy. Py7zr is used to compile and compress files for user to download it. In case of a single file, user can directly download converted mp3 and mp4 files. In case of multiple files a 7zip file can be downloaded which will contain all the file to be downloaded.