
when i run python3 sherklock.py username,i received this msg:
Traceback (most recent call last):
File "sherlock.py", line 22, in
from colorama import Fore, Style, init
ModuleNotFoundError: No module named 'colorama'
Make sure you're using the latest version and have installed all the requirements before starting
git pull
python3 -m pip install -r requirements.txt
it worked man. thanks
Most helpful comment
Make sure you're using the latest version and have installed all the requirements before starting