CDragu / SpotifyVolumeControler

Allows you to control only spotify sound with sound wheel on keyboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SpotifyVolumeControler

Spotify Volume Controler allows you to control only spotify volume using wheel on keyboard Spotify Volume Controler uses Spotipy to connect to spotify and control volume over web KEEP IN MIND IT IS VERY EARLY PROJECT AND IT IS NOT FINISHED

Setup

Create Spotify App

  1. Go to Spotify Developer and login
  2. Create AppCreateApp
  3. This Should Looks like this.
  4. There is our Client Id and Client Secret which we will use later
  5. Click EDITS SETTINGS
  6. Add http://localhost:8080 as Redirect URLs
  7. Download VolumeControler.exe or VolumeControler.py
  8. Note: If u downloaded exe skip this step Run py -m pip install Spotipy and py -m pip install pynput in cmd
  9. Then run VolumeControler You will be asked for for Client Id
  10. Copy Client Id, Client Secret
  11. Setup Deafult Volume (def vol is volume spotify will automaticly set after opening program)
  12. Setup increasement (increasement is how much u will add to actual volume for ex. if increasement is 4 an volume is 50 after clicking f8 volume will change to 54)
  13. Then you will be redictered to browser with spotify login
  14. If u have Done everything correctly you will see
  15. Use F6 - Mute F7 - Vol Down F8 - Vol Up
  16. And you are ready to go :D

About

Allows you to control only spotify sound with sound wheel on keyboard

License:MIT License


Languages

Language:Python 100.0%