Voice control for Spotify through the terminal
https://github.com/nexxeln/spotify-voice-control.git
Logo credit: soph
Demo video will be added soon
(^)
(^)
http://localhost:8888/callbackgit clone https://github.com/nexxeln/spotify-voice-control)pip install -r requirements.txt)SPOTIFY_CLIENT_ID and SPOTIFY_CLIENT_SECRETmain.pymain.py to use(^)
main.pyplay {track name} to play a track (say play random to play a random track from your saved tracks)album {album name} to play an albumartist {artist name} to play songs of an artist (say artist random to play a random artist from your followed artists)playlist {playlist name} to play a playlist from Your Librarypause to pause the musicresume to resume the musicskip to skip to the next trackvolume {number} to set the volume to a number between 0 and 100repeat to put the current track in on repeatshuffle {ON/OFF} to turn shuffle on or offcurrent song to see the current song playing.go back or back to go back to the last played song. quit to quit the programsettings.json and add your own presetspresets_example.json for an examplesettings.json{preset} to play a presetctrl + C or cmd + C. Then restart the program by using_ python main.py
(^)
(^)
git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature')git push origin feature/AmazingFeature)(^)