https://github.com/mohit23x/beatsync-youtube-music-player
A Youtube Music Player - works with local files also
https://github.com/mohit23x/beatsync-youtube-music-player
music-player pafy python-vlc python3 tkinter youtube-music-player youtube-player
Last synced: 6 months ago
JSON representation
A Youtube Music Player - works with local files also
- Host: GitHub
- URL: https://github.com/mohit23x/beatsync-youtube-music-player
- Owner: mohit23x
- License: apache-2.0
- Created: 2018-02-17T14:27:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-25T10:34:16.000Z (over 6 years ago)
- Last Synced: 2025-02-05T10:49:50.447Z (8 months ago)
- Topics: music-player, pafy, python-vlc, python3, tkinter, youtube-music-player, youtube-player
- Language: Python
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BeatSync-Youtube-music-player
The Youtube Music Player, this can be used to play songs from Youtube or local directory.
- Save your favorite artist's Youtube channel Url
- check recent tracks by selecting artist name
- check 3 latest tracks by all the artist at one place
- paste any video's url in search box and it will play its audio
- browse through music files present in your local system
- add remove channels
- progress bar for now playing track
Written in Python3.
# Usage
It works on Windows and Linux OS, and MacOS.
Run the test4.py file by using the following command in terminal-python test4.py
# Dependencies
If you have python3 installed in your system, then run this commands in the terminal.
pip install youtube-dl
pip install pafy
pip install python-vlc
pip install requests
Also make sure, You have VLC 32 bit installed in your system.
# Shortcuts
SPACE BAR - pause/play
P - pause/play
M - mute/unmute
F - forward 5 seconds
B - backward 5 seconds
U - volume up
D - volume down
N - next track
UP/DOWN ARROW KEY - to select the track from the list
RIGHT ARROW KEY - to play the selected track
# Finally
I want to thank the devlopers of this beautiful pafy and vlc libraries which made my task quite easy to achieve.
This music player works fine with the basic tasks but there are some features yet to be added in it.
# Tutorial
If you would like to watch a video tutorial on Youtube then Click Here