wecassidy / pishow

A slideshow for Raspberry Pi (or any other computer with Gtk3+)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PiShow

A slideshow designed to run on a Raspberry Pi (though it will run on any computer with Gtk3+ and Pillow).

Requirements

  • Python 3
  • Python 3 bindings for gobject-introspection libraries
  • Python 3 cairo bindings
  • Pillow

Setup

  1. Clone this repository
  2. Install dependencies
  3. Copy config_default.py to config.py
  4. Set IMG_DIR in config.py to a directory containing the images for the slideshow
  5. Run pishow.py to start the slideshow

About

A slideshow for Raspberry Pi (or any other computer with Gtk3+)

License:MIT License


Languages

Language:Python 100.0%