add oldproject folder

This commit is contained in:
2026-03-27 15:34:24 +01:00
parent 92f19f853a
commit bfb1f31eec
69 changed files with 19655 additions and 21 deletions

8
installer/install.bat Executable file
View File

@@ -0,0 +1,8 @@
@echo off
pip install -r requirements.txt
echo.
echo installation is ready
pause

8
installer/requirements.txt Executable file
View File

@@ -0,0 +1,8 @@
pygame==2.1.2
cvzone==1.5.6
opencv-contrib-python==4.7.0.68
opencv-python==4.7.0.68
PyAutoGUI==0.9.53
mediapipe>= 0.9.0.1
numpy==1.24.1
keyboard==0.13.5