Hacktoberfest-Raspberry-Pi
Hacktoberfest-Raspberry-Pi copied to clipboard
A repo to contain raspberry pi scripts and anything to do with the pi.
def take_photo(): global i i = i + 1 camera.capture('/home/pi/Desktop/image_%s.jpg' % i) print('A photo has been taken') sleep(10) #assign a function that runs when motion is detected pir.when_motion = take_photo...
Record your voice and print out the spectrum
Just added a very simple Python script to turn off the system by pressing a push button for 5 seconds. Very useful on headless environments if you need to unplug...
A simple script for linux only to bruteforce the ip address of a machine. I use it often when I connect my phone directly to the pi via usb /...
Added discord translate bot
#2 Project on Door and Office Automation using Raspberry Pi 3 and Arduino