Skip to content

HaseebKhalid1507/AudioLine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Forks Stargazers Issues LinkedIn


Logo

AudioLine

A lightweight Youtube audio player for your terminal
Explore the docs »

View Demo · Report Bug · Request Feature · Send a Pull Request

About The Project

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
  1. Install requirements.txt
pip install -r requirements.txt

Usage

You can now run the script with python3.

python3 main.py

🤝 Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are extremely appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

📝 License

Distributed under the MIT License. See LICENSE for more information.

📫 Contact

Haseeb Khalid - @HaseebK1507 - haseebkhalid1507@gmail.com

Project Link: https://github.com/HaseebKhalid1507/AudioLine