From 22cf0bd38bf90d248f939877627991559edfb1da Mon Sep 17 00:00:00 2001 From: simplePCBuilding <98422316+simplePCBuilding@users.noreply.github.com> Date: Mon, 14 Mar 2022 11:27:57 +0100 Subject: [PATCH] Create README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e13351a --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# MusicPlayer +Yet another Music Player but with one twist. It displays the Playlist beautifully on a second display. + +FEATURES +- Play back music +- Show the playing song on a special screen that also displays the upcoming songs +- Add a file (songlist.csv) into the folder containing the songs, that has the following layout: Songname, Artist, Dance/Music-Style, Tempo +- Multiple Keyboard-Shortcuts are available: Spacebar = Play/Pause; Escape = go back; S = Switch to showcase-screen; Left-arrow-key = previous song; Up-Arrow-Key = Rewind; Right-arrow-key = Next song +- Planned: App theming + +Installation: +- You will need to install the following dependencies: kivy[full], kivymd, pygame