Skip to content

Commit

Permalink
Added spotify app link
Browse files Browse the repository at this point in the history
  • Loading branch information
wrexik authored Dec 4, 2022
1 parent e493705 commit fa154b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This is one of the outpusts you can get with Spotix!
![This is output](https://github.com/wrexik/Spotix/blob/main/output/output.jpeg)

# Instalation:
1. First of all you need to create spotify application [here]([https://pages.github.com/](https://developer.spotify.com/dashboard/applications))
1. First of all you need to create spotify application [here](https://developer.spotify.com/dashboard/applications)
Log in and create application make sure you set Uri redirect to `http://localhost:8888/callback`
2. Now let's install requirements with `python -m pip install -r requirements.txt` and we are done here!
3. Lastly we'll edit the tool to work with spotify. Open `main.py` and edit these variables to match your spotify application
Expand All @@ -30,7 +30,7 @@ and `font_artist_size` is the name of the artist
To disable average color use `getcolor = True/False`.
To change color use `background_color = YourRGBValue` (don't forget it needs to be in tuple)

#ToDO:
# ToDo:
- [ ] fit text to image output
- [ ] more customization and dominant color maybe
- [ ] support for chinesse characters

0 comments on commit fa154b8

Please sign in to comment.