Skip to content

chrmorais/kivy-cinema-kiosk

 
 

Repository files navigation

Installing dependencies:

	To install the lates version of kivy, following instruction here:
	http://kivy.org/docs/guide/installation.html#development-version	

	To install zeroMQ and pytho bindings run:
	./install-dependencies.sh


To download movie trailer data from apple.com (needs to be done before running app teh first time):
	python pull-trailers.py


To run the program:
	./start.sh


Licensing:

#This file is part of the Kivy Cinema Kiosk Demo.
#    Copyright (C) 2010 by 
#    Thomas Hansen  <thomas@kivy.org>
#    Mathieu Virbel <mat@kivy.org>
#
#	 Contributing authors:
#	 Alessio Signorini     <alessio@immersivelabs.com>
#	 Christopher Piekarski <chris@immersivelabs.com>
#	   - Please email one of us to receive the content for this project (very large)
#
#    The Kivy Cinema Kiosk Demo is free software: you can redistribute it and/or modify
#    it under the terms of the GNU General Public License as published by
#    the Free Software Foundation, either version 3 of the License, or
#    (at your option) any later version.
#
#    The Kivy Cinema Kiosk Demo is distributed in the hope that it will be useful,
#    but WITHOUT ANY WARRANTY; without even the implied warranty of
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#    GNU General Public License for more details.
#
#    You should have received a copy of the GNU General Public License
#    along with The Kivy Cinema Kiosk Demo.  If not, see <http://www.gnu.org/licenses/>.



About

A cinema kiosk demo app using the kivy framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 66.6%
  • Perl 30.8%
  • Shell 2.6%