ledesmablt / spotify-cli

Control Spotify playback on any device through the command line.
MIT License
116 stars 15 forks source link

Refactor to use 'inquirer' instead of 'PyInquirer'. #29

Open mcallaway opened 5 months ago

mcallaway commented 5 months ago

This PR removes the use of PyInquirer which appears to be dead. It should fix this bug and allow the use of more modern python versions.