An open API service indexing awesome lists of open source software.

https://github.com/furyforev3r/spotify-now-playing

This program checks and displays the current music you are listening to on Spotify! (It is a test for future projects)
https://github.com/furyforev3r/spotify-now-playing

python python-3 python3 spotify spotify-api spotipy

Last synced: about 1 year ago
JSON representation

This program checks and displays the current music you are listening to on Spotify! (It is a test for future projects)

Awesome Lists containing this project

README

          

# 🎵 | Spotify-Now-Playing
**Displays the song you are currently listening to on Spotify! (It is a test for future projects)**
# 📥 | Installation
**Clone the repository (or download manually):**
```bash
git clone https://github.com/Furyforev3r/Spotify-Now-Playing.git
```
## 📁 | Requirements
+ **Python/Pip (and dependencies)**
### Install dependencies:
```bash
pip install spotipy && pip install python-dotenv
```
# 🖥️ How to Run
**Run the aplication:**
```bash
py main.py
```