Light-weight and user friendly music player app made using CustomTkinter with integrated Youtube mp3 downloader using yt-dlp and FFmpeg.
-
Clone the repository:
git clone https://github.com/w-nityammm/musicPlayer.git
-
Install the required dependencies:
pip install -r requirements.txt
-
Install FFmpeg on your C drive from:
-
Rename extracted folder to "ffmpeg" and add it to PATH:
setx /m PATH "C:\ffmpeg\bin;%PATH%"
Run the app:
python main.py