Skip to content

codetrotters/techsummit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codtrotters Educathon Tech Summit 2016

Raspberry Pi projects

These projects are made using the Python language and Raspberry Pis.

Projects

  • Photobooth
  • Photobooth with effects
  • Photobooth gif

Dependencies

We need to install some sotfware in order to get the projects started.

Update Dependencies

Get the latest Debian packages

sudo apt-get update

Install Imagemagick

We use ImageMagick to process images and convert them into gifs

sudo apt-get install imagemagick --fix-missing

Intall Twython

This package allows us to connect to the Twitter API

sudo pip install twython

Example Configuration

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages