๐Ÿ“ฆ helioloureiro / raspresenterpy

A small browser alike to display several pages in kiosk mode

โ˜… 5 stars โ‘‚ 5 forks ๐Ÿ‘ 5 watching โš–๏ธ Other
๐Ÿ“ฅ Clone https://github.com/helioloureiro/raspresenterpy.git
HTTPS git clone https://github.com/helioloureiro/raspresenterpy.git
SSH git clone git@github.com:helioloureiro/raspresenterpy.git
CLI gh repo clone helioloureiro/raspresenterpy
Helio Loureiro Helio Loureiro Merge pull request #4 from dankolbrs/flake acd61a1 7 years ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“„ LICENSE
๐Ÿ“„ raspresenterpy
๐Ÿ“„ raspresenterpy.sh
๐Ÿ“„ README.md
๐Ÿ“„ README.md

Raspberry Presenter ===================

It is a lightweight system to present in raspberrypies in kiosk mode. The intent is to have a way to display several jenkins outputs (or similar).

Written in python (it workins in 2.6 and above) and python Qt (Qt4).

And using WebKit.

Thanks for Gustavo Noronha for challenge me to create that.

Note ====

I found a bug in raspberrypi implementation of libqt and webkit on Wheezy version (raspbian). It was linked against old libwebkitgtk-1 instead libwebkitgtk-3.

On recently released Jessie, it is working just fine.

Limitations ===========

There is a memory leak in some place that I couldn't find and get rid off. So... sadly I need to "kill" the presenter from times to times. I'm including a shell script to bring it up again but... yap, far from good.