A lightweight Youtube audio player for your terminal
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
·
Send a Pull Request
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.
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.
This script requires Python and VLC to run
- Clone the repo
git clone https://github.com/HaseebKhalid1507/AudioLine
- Install requirements.txt
pip install -r requirements.txt
You can now run the script with python3.
python3 main.py
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.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Haseeb Khalid - @HaseebK1507 - [email protected]
Project Link: https://github.com/HaseebKhalid1507/AudioLine