- Comes with custom Loading screen and UI
- Allows picking of genre for music selection
- Autofills MP3 tags if used with iTunes
After copying the .py files, the modules below need to be installed using pip:
-pytube (pip install pytube) -PIL (pip install pillow) -PySide2 (pip install PySide2) -mutagen (pip install mutagen)
Sometimes errors arise from the different modules when YouTube API updates. Try upgrading the installed modules to see if the error gets fixed. (Mainly pytube: python -m pip install git+https://github.com/pytube/pytube)