Code for a human-aware music-playing robot.
To use the code, you have to install some packages. Using pip, this is possible by executing pip install -r requirements.txt
.
In order to play music (currently used in the files main.py
and google_play_music.py
), you need a Google Play Music email and password. You need to make a file called config.py
and fill your email and password in there. An example is given in config_example.py
.