Skip to content
This repository has been archived by the owner on May 21, 2020. It is now read-only.

arnomoonens/Mussy-Robot

Repository files navigation

Mussy-Robot

Code for a human-aware music-playing robot.

Installation

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.