Python GUI and command line utility for searching and playing songs from different location on your computer
This script will give you GUI app which has an input field and search button where you will enter some phrase in the input field that you think is included in specific song and click on search button then the script will look up in your playlist location and opens it or click pick random button to place random song.
This will reduce the time you spend while you're looking into your playlist to search for one song to play.
And also if many songs matches all of them will be played in your default media player.
Gitlab @umutambyi-gad
Website: umutambyigad
Stackoverflow: @umutambyi-gad
Twitter: @umutambyi_gad
Linkedin: @umutambyi-gad
Dev.to: @umutambyigad
Email: [email protected]
When you alread done with requirements just add the location(path) of where playlist is located on the AddPathHere.txt
file like the following.
C:\Users\UserName\Songs
or add multiple paths like:
C:\Users\UserName\Songs\new school
C:\Users\UserName\Songs\old school
run play.py
via command line or execute it via your favorite editor/IDE.
After running the script then you will see GUI app Like
Then type the song that you want to play and hit Enter or click on search button to play that song
Another cool thing
You can click on pick random
or ctrl + r on keyboard button to play random song.
Just run playUsingCommandLine.py
Syntax
python playUsingCommandLine.py [OPTIONS] COMMAND [ARGS]
Example
python playUsingCommandLine.py search godzil
Or pick random
python playUsingCommandLine.py random
This project is under the MIT license