Console based MP3 Player. Just mostly playing around with python...
- Download/Clone Repo
- Run main.py either through your IDE or terminal
- Load songs through song_list with format
song,artist,genre,songlocation.mp3
- OOP Principles
- Unit Tests
- PyGame
- Inheritance
- Reading from File
- Creating Class Objects from File
- Revamp menu system
- Revamp User class to have unique playlists
- Refactor code so that SongPlayer loads Songs and Databases before user interaction
- Fix bug when user searches for song by name -> add to current song -> skip next song (Moves backwards)