Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 756 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 756 Bytes

Features

  • Comes with custom Loading screen and UI
  • Allows picking of genre for music selection
  • Autofills MP3 tags if used with iTunes

Images

UI

Loading Screen

Jazzie Installation

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)