Do you need more help? Visit my server here: https://discord.gg/kQ8CE5GRNg π
- Python 3.6 and up - https://www.python.org/downloads/
- git - https://git-scm.com/download/
-
To install what you need, do pip install -r requirements.txt
(If that doesn't work, do python -m pip install -r requirements.txt)
NOTE: Use pip install with Administrator/sudo
-
Start the script by having the cmd/terminal inside the bot folder and type python face_and_eye_catcher.py
-
You're done!
Q: ImportError: numpy.core.multiarray failed to import
how can I fix this?
A: pip install -U numpy
Q: How this dedect the face and eyes?
A: With opencv library.
Flake8 is a tool that helps you keep your code clean. Most coding softwares will have a plugin that supports this Python module so it can be integrated with your IDE. To install it, simply do pip install flake8
. If you're using python 3.7, install by doing pip install -e git+https://gitlab.com/pycqa/flake8#egg=flake8
You can run this on Repl.it!