These projects are made using the Python language and Raspberry Pis.
- Photobooth
- Photobooth with effects
- Photobooth gif
We need to install some sotfware in order to get the projects started.
Get the latest Debian packages
sudo apt-get update
We use ImageMagick to process images and convert them into gifs
sudo apt-get install imagemagick --fix-missing
This package allows us to connect to the Twitter API
sudo pip install twython