Skip to content

rohanpooniwala/PlayGist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages