Skip to content

robbype/Youtube-Music-Player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

YouTube Music CLI Player

A lightweight command-line YouTube music player built with Python.
Search and play YouTube songs directly from your terminal — no browser required!


Features

  • 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

Requirements

Before running the script, make sure you have these installed:

1. Python

Python 3.7+

2. FFmpeg: Used for ffplay to stream the audio.

brew install ffmpeg

Installation

1. Clone the repository

git clone https://github.com/robbype/Youtube-Music-Player.git

2. Install the dependencies

pip install -r requirements.txt

Usage

Run the program

python main.py

Disclaimer

This project is for educational purposes only. All media and content belong to their respective copyright owners.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages