From 6f753d121e77de263ac2a07f171abd8b961c54b3 Mon Sep 17 00:00:00 2001 From: Markil3 <75867393+Markil3@users.noreply.github.com> Date: Sat, 7 Aug 2021 16:51:36 -0600 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b53905d..8c9b73f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ # commandlinePlay Uses VLC media player and a music database to search for and play music from the command line. + +It works in two parts. The first one, the play python module, does most of the work. It accepts a series of search terms and then looks through a compatible database (the Lollypop music player database, by default) for the songs before launching VLC media player. + +The second part, the key listener, will listen for arguments for the python module from the keyboard without changing window focus, with audio feedback to ensure that the user knows that they are inputing into the program.