Basically a full screen program menu. Meant for Raspberry Pi OS.
Find a file
2020-08-12 14:39:37 -04:00
.gitignore Removed nohup 2020-08-10 16:22:33 -04:00
dashboard.sh Inital commit 2020-08-10 16:21:28 -04:00
launchES.sh Disabled retropie button; Added CLI button 2020-08-12 14:39:37 -04:00
LICENSE.txt Inital commit 2020-08-10 16:21:28 -04:00
menu.py Disabled retropie button; Added CLI button 2020-08-12 14:39:37 -04:00
raspberry.png Inital commit 2020-08-10 16:21:28 -04:00
README.md Renaming root to app, moved variables, changed README 2020-08-11 15:21:27 -04:00
run.sh Added run script 2020-08-10 16:30:03 -04:00
startDash.sh Inital commit 2020-08-10 16:21:28 -04:00

RPI Menu

Basically a full screen program menu. Meant for Raspberry Pi OS.

I recommend you putting this repo on your home folder under the name menu. (/home/pi)

Requirements

  • Python 3+
  • Tkinter 8+
  • Kodi
  • Steam Link
  • Retropie
  • Mycroft AI (Optional) (Must clone it on the home folder)

Putting this on startup

If you want to make this python app autostart when xserver is started do the following

Edit /etc/xdg/lxsession/LXDE-pi/autostart

Add the following command in the bottom /usr/bin/python3 /home/pi/menu/menu.py

Debugging

If you're using SSH (recommended). You need to execute run.sh.