AudioLine

A lightweight Youtube audio player for your terminal.

This python script allows you to play audio scraped from youtube straight from your terminal. The objective here is to keep the player as simple and lightweight as possible.

Features:

  • Playing audio with URL
  • Playing audio thorugh search
  • Autoplay option

This project is currently nowhere near finished, so I'll be adding more features in the future. You may also suggest changes by forking this repo and creating a pull request or opening an issue.

Built With

This section should list any major frameworks that you built your project using. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.

Getting Started

Prerequisites

This script requires Python and VLC to run

Installation

  1. Clone the repo

    git clone https://github.com/HaseebKhalid1507/AudioLine

  2. Install requirements.txt

    pip install -r requirements.txt

Usage

You can now run the script with python3.

python3 main.py

GitHub

https://github.com/HaseebKhalid1507/AudioLine