Python Forum
Thread Rating:
  • 1 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Attendence System
#1
Hi there.
I am a bit of a newbie to python so i may need a bit more help than normal.
I am trying to program a raspberry pi using python to create an attendance system at work. I would like it to have a small LCD display and use a USB keypad for staff to input their code.

The idea is as a member of staff comes into work they would type their code in the pi would recognize it and clock them in with a time stamp. At the end of the day when they have finished they would then type their code in again and it would clock them out also putting a time stamp on it. As they clocked in or out it would just say on the screen their name and that they had clocked in/out.
All of the clocking in and out data would be stored in a separate file so it can be then viewed on a computer at a later date. it would be useful if it made a new file each month but this is not compulsory.

I have seen a couple of systems like this with guides but they use RFID tag readers as we have a lot of freelance staff in it is impractical to give them all tags. Much easier to add them into the system and give them a 4 digit code.

I know that something like this is possible, just wondering am i attempting something way out of my depth. I said i would give it a go before we have to spend hundreds of pounds on a full system that will do the same thing. + I love a good challenge.

If anyone has some tips and advice or good sources that i can get some guides that would be great.

Thanks in advance for any help
Elliott
Reply


Messages In This Thread
Attendence System - by elliott0184 - Dec-12-2016, 03:21 PM
RE: Attendence System - by nilamo - Dec-12-2016, 05:11 PM
RE: Attendence System - by micseydel - Dec-12-2016, 09:25 PM
RE: Attendence System - by elliott0184 - Dec-12-2016, 10:04 PM
RE: Attendence System - by nilamo - Dec-12-2016, 11:21 PM
RE: Attendence System - by elliott0184 - Dec-13-2016, 09:43 AM
RE: Attendence System - by nilamo - Dec-13-2016, 05:20 PM
RE: Attendence System - by elliott0184 - Dec-14-2016, 10:05 AM
RE: Attendence System - by DennisT - Dec-14-2016, 09:38 PM
RE: Attendence System - by elliott0184 - Dec-20-2016, 06:01 PM
RE: Attendence System - by nilamo - Dec-20-2016, 06:13 PM
RE: Attendence System - by elliott0184 - Dec-20-2016, 06:22 PM
RE: Attendence System - by wavic - Dec-20-2016, 06:30 PM
RE: Attendence System - by elliott0184 - Dec-20-2016, 06:30 PM
RE: Attendence System - by nilamo - Dec-20-2016, 06:41 PM
RE: Attendence System - by elliott0184 - Dec-21-2016, 01:11 PM
RE: Attendence System - by Larz60+ - Dec-21-2016, 01:36 PM
RE: Attendence System - by elliott0184 - Dec-21-2016, 01:47 PM
RE: Attendence System - by elliott0184 - Dec-21-2016, 06:27 PM
RE: Attendence System - by elliott0184 - Feb-21-2017, 03:07 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Difference between os.system("clear") and os.system("cls") chmsrohit 7 16,731 Jan-11-2021, 06:30 PM
Last Post: ykumar34
Question Difference between Python's os.system and Perl's system command Agile741 13 6,931 Dec-02-2019, 04:41 PM
Last Post: Agile741

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020