Skip to content

This program is used to animate a robot that play songs if you put money in it like a jukebox.

Notifications You must be signed in to change notification settings

IterateMe/JukeBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 

Repository files navigation

JukeBot

Design by Emily Cote-Desbiens
Python code by Vianney Gall @github/IterateMe


STEPS TO SETUP THE RPi FOR THIS APP: (From the command prompt)

  1. Update, Upgrade & enable audio output

  1. install git:
  $ sudo apt-get install git

  1. install pip:
  $ sudo apt-get install python-pip
  $ sudo apt-get install python3-pip

  1. install the relevent libraries:
  $ pip install python-vlc

                   For reading .mp3 files (reference: https://pypi.org/project/python-vlc/ )

  1. Clone this repo in your RPi:
  $ git clone https://github.com/IterateMe/JukeBot.git

  1. Go into the JukeBot repo
  $ cd JukeBot

  1. Run the app with the python interpreter:
  $ python JukeBot.py

About

This program is used to animate a robot that play songs if you put money in it like a jukebox.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages