Note: Made on Windows 10 64 Bit, so dunno if it will work on linux!
Using Git:
git clone https://github.com/Divkix/I-Helmet.gitor download zip from Here
virtualenv venv
venv\Scripts\activatepip install -r requirements.txtNow we need to install PyAudio, it cannot be installed automatically in Virtualenv, so we'll need to download and install it manually.
Goto this site and download the file corresponding to your python version.
Open up Command Prompt or Windows Terminal and type:
python --version
also check you windows version, 32-bit or 64-bit.
My Setup is Python 3.8.6 and 64-Bit Windows so I will download the PyAudio‑0.2.11‑cp38‑cp38m‑win_amd64.whl and install it using the command pip install PyAudio‑0.2.11‑cp37‑cp37m‑win_amd64.whl
So, now everything is fixed and the script should work!
python main.pyThe script should work now!
Say help to check the list of modules.