Skip to content

Audio player app where you can create and shuffle playlist

Notifications You must be signed in to change notification settings

Tomasz-Kolasa/music-player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

music-player


Overview

This is an audio player app where you can create and shuffle playlist.

Building the app

provided

  • music albums as a list of nested Python tuples and lists

requirements

  • user creates a playlist
  • shuffle feature
  • shuffled songs order must always be unique


Just a remark

„Shuffled songs order must always be unique” requirement may be achieved by:
  • generating random songs order on user demand and memorizing it
  • calculate all possible variations at once, memories them and provide the user one variation at a time
I went for the first solution in this case, although each of the two has it’s own props and cons.

About

Audio player app where you can create and shuffle playlist

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages