A lightweight command-line YouTube music player built with Python.
Search and play YouTube songs directly from your terminal — no browser required!
- Search YouTube videos using
yt-dlp - Play only the audio stream via
ffplay - Display a simple progress bar while playing
- Interactive command-line UI powered by InquirerPy
- Stop playback anytime with
Ctrl + C
Before running the script, make sure you have these installed:
Python 3.7+
brew install ffmpeggit clone https://github.com/robbype/Youtube-Music-Player.gitpip install -r requirements.txtRun the program
python main.pyThis project is for educational purposes only. All media and content belong to their respective copyright owners.