From d7b8b6ae21c07fe52e691e9090c24de0d09a401f Mon Sep 17 00:00:00 2001 From: Abdellah El Morabit Date: Tue, 5 Nov 2024 11:36:22 +0100 Subject: making a script file for make the lcd rpi dipslay more interactive --- .script.py.swp | Bin 0 -> 12288 bytes script.py | 27 +++++++++++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 .script.py.swp create mode 100644 script.py diff --git a/.script.py.swp b/.script.py.swp new file mode 100644 index 0000000..bf563bb Binary files /dev/null and b/.script.py.swp differ diff --git a/script.py b/script.py new file mode 100644 index 0000000..6f79a59 --- /dev/null +++ b/script.py @@ -0,0 +1,27 @@ +import random +import time +from rpi_LCD import LCD +import speech_recognition as sr +import sounddevice +import os + +LCD = LCD() +VOICE_REC = sr.Recognizer() +MIC = sr.Microphone() +PROCES_LOAD = os.getloadavg() +TIME = current_time.time() + +# ERROR CODES +ERROR_BAD_REQUEST = '400' +ERROR_UNAUTHORIZED = '401' +ERROR_NOT_FOUND = '404' +ERROR_TIMEOUT = '408' + +def CPU_INFO(): + while (True): + LCD.tex(PROCES_LOAD(),1) + +def CLOCK(): + LCD.text(TIME,1) + + -- cgit v1.2.3-70-g09d2