Skip to content

mhrezaei/attendance-device-b1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Attendance Machine

Install Requirements

pip install -r requirements.txt

Run

python /home/pi/dev/MVP/attendance-device-b1/server.py

then open localhost:5000 on your browser.

Auto Run on Raspberry Pi Startup

1 - Open /home/pi/.config/lxsession/LXDE-pi and write @lxterminal at the bottom of the file.
2 - Open /home/pi/.bashrc and write python /home/pi/dev/MVP/attendance-device-b1/server.py & chromium-browser --kiosk https://localhost:5000 right before the last line.
3 - Restart the Raspberry Pi and enjoy.

⚠️ How to terminate?
Press Alt+Tab on keyboard to select terminal, then press Ctrl+C to terminate the program.

YasnaTeam

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published