This is a simple Python implementation of a Spotify-like music player. It allows you to manage playlists, play songs, navigate through the playlist, shuffle songs, and manage a queue of songs and playlists.
- Play the previous or next song in the playlist
- Shuffle the playlist from the next song onward
- Add songs or entire playlists to the queue
- Clear the queue
- Display the current queue
- Python 3.x
random
module (part of the standard library)collections
module (part of the standard library)
Clone the repository:
git clone https://github.com/your-username/spotify-like-player.git
Navigate to the project directory:
cd spotify-like-player
Run the script:
python spotify.py
- Thanks to the Python community for providing excellent libraries and resources.
- Inspired by the Spotify music streaming service.