AnthisCareerAcademy / EasyPunchCard

This will be an Open source punch card system that the Anthis Career Academy Software Development Class will be developing for internal use.
MIT License
1 stars 4 forks source link

feat: Added clock class. Allows uses to punch in and punch out. #13

Open AungA07 opened 2 hours ago

AungA07 commented 2 hours ago

Added a Clock class. Methods inside the class include: punch_in, punch_out, and close. Excluding close, punch_in and punch_out update cells in a database. The close method closes the connection to the SQLite database and should be ran when the user is done using the Clock class.