Skip to content

Latest commit

History

History
32 lines (23 loc) 路 1.23 KB

README.md

File metadata and controls

32 lines (23 loc) 路 1.23 KB

face_and_eye_catcher

Do you need more help? Visit my server here: https://discord.gg/kQ8CE5GRNg 馃憖

Requirements

How to setup

  1. 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

  2. Start the script by having the cmd/terminal inside the bot folder and type python face_and_eye_catcher.py

  3. You're done!

FAQ

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.

Optional tools

Flake8

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

Repl.it

You can run this on Repl.it!