From e3fdaf58434dc2a4b64348c353a66495f618dd10 Mon Sep 17 00:00:00 2001 From: Chill Nook <83742340+chillnook@users.noreply.github.com> Date: Mon, 7 Feb 2022 01:43:15 -0500 Subject: [PATCH] Committed files. --- install.bat | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 install.bat diff --git a/install.bat b/install.bat new file mode 100644 index 0000000..0d49d36 --- /dev/null +++ b/install.bat @@ -0,0 +1,15 @@ +@echo off +start https://www.python.org/ftp/python/3.10.2/python-3.10.2-amd64.exe +echo Press ENTER to continue the installation. +pause +pip install psutil +echo Press ENTER to continue the installation. +pause +pip install pyttsx3 +echo Press ENTER to continue the installation. +pause +pip install keyboard +echo Press ENTER to continue the installation. +pause +echo Installation finshed. You may saftely close the window. +pause \ No newline at end of file