Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 677 Bytes

README.md

File metadata and controls

41 lines (30 loc) · 677 Bytes

PlayGist

How to use:

Features available to the user :

  1. Add song, (add)
  2. Remove song, (remove)
  3. Display songs, (list)
  4. Play, (play)
  5. Skip, (skip)
  6. Stop, (stop)

Format in which user sends requests : format : python music.py <song_name>

To display playlist, user sends : format : python music.py list

Format in which request has to be sent to the server : format : add/remove:<song_name>

Dependancy

Dependacy for server is:

  • Youtube-DL
  • Beautiful Soup 4
  • pyaudio
  • wave
  • urllib

How to start

Start server on the machine with internet

Change the server ip from music.py files

Then run music.py