Skip to content

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.

Notifications You must be signed in to change notification settings

quibler7/spotify-like-music-player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Spotify-like Music Player

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.

Features

  • 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

Getting Started

Prerequisites

  • Python 3.x
  • random module (part of the standard library)
  • collections module (part of the standard library)

Installation

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

Acknowledgments

  • Thanks to the Python community for providing excellent libraries and resources.
  • Inspired by the Spotify music streaming service.

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages