Skip to content

Python application for the remote control of a slideshow on Raspberry Pi (or other computer) connected to a screen

Notifications You must be signed in to change notification settings

rdroro/rpi-slideshow-control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rpi-slideshow-control

Python application for the remote control of a slideshow on Raspberry Pi (or other computer) connected to a screen

Start rpi-slideshow-control on boot

To start rpi-slideshow-control on boot please type this following line in crontab file for the current user

	@reboot /home/sysalia/code/rpi-slideshow-control/start

On Debian-like

On Debian-like OS, you can follow these steps:

	# launch crontab tool
	$ crontab -e
	# Add this line
	@reboot /home/sysalia/code/rpi-slideshow-control/start
	# Save & quit

About

Python application for the remote control of a slideshow on Raspberry Pi (or other computer) connected to a screen

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published