AzizKpln / Moriarty-Project

This tool gives information about the phone number that you entered.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ModuleNotFoundError: No module named 'clint'

qutaibam0 opened this issue · comments

I was Running Normally On this Command and

python3 Moriarty.py -n +phone_number

Traceback (most recent call last):
File "/home/kali/Moriarty-Project/Moriarty.py", line 14, in
from clint.textui import colored
ModuleNotFoundError: No module named 'clint'

use this command (pip3 install -r requirements.txt)

Updated