J.A.R.V.I.S
This is a simple assistance and with a very basic GUI (Graphical User Interface)
Download all the dependencies by running the below code
pip install -r requirements.txt
If you face problem while downloading the pyaudio file run the given codes
pip install pipwin
pipwin install pyaudio
Or
cd .\whl\
pip install .\PyAudio-0.2.11-cp39-cp39-win_amd64.whl
How to create a Requirements.txt File which is similer to Package.json file
pip3 freeze > requirements.txt
pip install -r requirements.txt