Skip to content

An object oriented, Python implementation of an MP3 player

Notifications You must be signed in to change notification settings

RyanRizzo96/SpotiPy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpotiPy

Spotipy is an object-oriented MP3 Player written in Python.

Functionalities Include:

  • Search recursively in directory provided by user for '.mp3' files
  • Play, Pause and Shuffle Songs
  • Search for songs given Title, Artist or Album
  • Sort songs by Title, Artist or Album
  • Adjust Volume

image


User simply clicks on the song he wants to play (Ex: Man in Black by Johnny Cash) and then clicks on the Play button. If the user clicks next, the next song in the playlist will play accordingly.

image