I saw videos on TikTok where some people try to draw Spotify code. I wanted to create my Spotify code on the computer instead of drawing.
This program visualizes Spotify code lists and creates random Spotify codes.
I wrote a blog post about that. You can reach me if you want to discuss the topic below my social media.
git clone https://github.com/ozgecinko/SpotifyCodeGenerator.git
python -m venv .env
source .env/bin/activate
pip install -r requirements.txt
python spotify-code.py
- MIT