From fbffe14d0f9986b0553d6f8eb610a334862ea490 Mon Sep 17 00:00:00 2001 From: Mamen Thomas Chembakasseril <50070186+mtc-20@users.noreply.github.com> Date: Fri, 20 Dec 2019 13:07:41 +0100 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7042b7c..66395e8 100644 --- a/README.md +++ b/README.md @@ -10,16 +10,17 @@ - [Raspberry Pi 7" Touchscreen][screen] with enclosure # Data Logging -Text files are created daily to store check-in and check out of users with timestamps. The logging directory maintains a hierarchy based on year and month. +- Text files are created daily to store check-in and check out of users with timestamps. The logging directory maintains a hierarchy based on year and month. +- The logbook folder must be created manually +- System requires a virtual keyboard installed for new username input -System currently requires keyboard to accept input/awake from sleep. # GUI - A simple standby menu created using pygame and pygameMenu. ``` pip install pygame-menu ``` -- Responds to both mouse and keyboard +- Responds to both mouse,keyboard and touch screen ### TODO - [x] Automate new user creation process