Skip to content

Latest commit

 

History

History
70 lines (49 loc) · 2.74 KB

README.md

File metadata and controls

70 lines (49 loc) · 2.74 KB

Play-em

Python GUI and command line utility for searching and playing songs from different location on your computer

Description

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.

Author

Gitlab @umutambyi-gad
Website: umutambyigad
Stackoverflow: @umutambyi-gad
Twitter: @umutambyi_gad
Linkedin: @umutambyi-gad
Dev.to: @umutambyigad
Email: [email protected]

Usage

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

Different ways of usage

1. Using GUI app

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

GUI App

Then type the song that you want to play and hit Enter or click on search button to play that song

Playing song

Another cool thing You can click on pick random or ctrl + r on keyboard button to play random song.

2. Using command line

Just run playUsingCommandLine.py

Syntax

python  playUsingCommandLine.py [OPTIONS] COMMAND [ARGS]

Example

python playUsingCommandLine.py search godzil

Or pick random

python playUsingCommandLine.py random

License

This project is under the MIT license