All Projects → splitbrain → Pimenu

splitbrain / Pimenu

Simple fullscreen menu system for Raspberry Pi Touchscreen

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Pimenu

Gpiozero
A simple interface to GPIO devices with Raspberry Pi
Stars: ✭ 1,302 (+1256.25%)
Mutual labels:  raspberry-pi
Magicblue
💡 Unofficial Python API to control Magic Blue bulbs over Bluetooth
Stars: ✭ 92 (-4.17%)
Mutual labels:  raspberry-pi
Processing Sound
Audio library for Processing built with JSyn
Stars: ✭ 94 (-2.08%)
Mutual labels:  raspberry-pi
Mfrc522 Rpi
🔑 Control your MFRC522 RFID Module with your Raspberry-pi and JavaScript
Stars: ✭ 91 (-5.21%)
Mutual labels:  raspberry-pi
Floatingactionmenu
I got the original code from douo here - gist.github.com/douo/dfde289778a9b3b6918f
Stars: ✭ 91 (-5.21%)
Mutual labels:  menu
Qtrpi
An easy-to-use environment to cross-compile Qt applications for Raspberry Pi from your desktop.
Stars: ✭ 93 (-3.12%)
Mutual labels:  raspberry-pi
Solarpi
A RaspberryPi based, Flask powered photovoltaic monitor
Stars: ✭ 90 (-6.25%)
Mutual labels:  raspberry-pi
Bbc Fdc
Floppy disk interface for Raspberry Pi
Stars: ✭ 96 (+0%)
Mutual labels:  raspberry-pi
Smarthome
Device integration platform for your smart home
Stars: ✭ 92 (-4.17%)
Mutual labels:  raspberry-pi
Bmenu
A general purpose terminal menu that focuses on ease of configuration and use.
Stars: ✭ 94 (-2.08%)
Mutual labels:  menu
Nwjs rpi
[NW.js port for Raspberry Pi] binary compiled for the ARMv6 used in Raspberry Pi (compatible with RPi 2 and RPi 3)
Stars: ✭ 91 (-5.21%)
Mutual labels:  raspberry-pi
Joustmania
Raspberry Pi Jousting at its finest
Stars: ✭ 91 (-5.21%)
Mutual labels:  raspberry-pi
Zynthian Ui
User Interface for Zynthian
Stars: ✭ 92 (-4.17%)
Mutual labels:  raspberry-pi
Retropie Setup
Shell script to set up a Raspberry Pi/Odroid/PC with RetroArch emulator and various cores
Stars: ✭ 9,308 (+9595.83%)
Mutual labels:  raspberry-pi
Picamera
A pure Python interface to the Raspberry Pi camera module
Stars: ✭ 1,339 (+1294.79%)
Mutual labels:  raspberry-pi
Balena Sound
Build a single or multi-room streamer for an existing audio device using a Raspberry Pi! Supports Bluetooth, Airplay and Spotify Connect
Stars: ✭ 1,306 (+1260.42%)
Mutual labels:  raspberry-pi
Hhfloatingview
An easy to use and setup floating view for your app. 🎡
Stars: ✭ 93 (-3.12%)
Mutual labels:  menu
Phpi
Event driven library for interfacing with Raspberry Pi GPIO in PHP
Stars: ✭ 96 (+0%)
Mutual labels:  raspberry-pi
Picam
Elixir library used to capture MJPEG video on a Raspberry Pi using the camera module.
Stars: ✭ 96 (+0%)
Mutual labels:  raspberry-pi
Raspberry Pi Dramble
Raspberry Pi Kubernetes cluster that runs HA/HP Drupal 8
Stars: ✭ 1,317 (+1271.88%)
Mutual labels:  raspberry-pi

PiMenu

This is a simple fullscreen menu system written in Python TKInter. It has been developed with a Raspberry Pi Touchscreen in mind and is optimized for small screens (320x240 is assumed).

The design is inspired by Windows 8's Metro design. Tiles are configured in pimenu.yaml, they can either open new pages of tiles or execute the action script pimenu.sh to execute arbitrary tasks.

On the Raspberry, install python-yaml:

sudo apt-get install python-yaml

Copy the example configs before running the script:

cp pimenu.yaml{.dist,}
cp pimenu.sh{.dist,}

The app can be started in fullscreen by passing fs as first parameter.

./pimenu.py fs

Screenshot

License

Copyright (c) 2014-2017 Andreas Gohr

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Icons

The install comes wih a bunch of icons with their own licenses as listed below:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].