AzizKpln / Moriarty-Project

This tool gives information about the phone number that you entered.
MIT License
1.45k stars 214 forks source link

ModuleNotFoundError: No module named 'clint' #37

Closed qutaibam0 closed 2 years ago

qutaibam0 commented 3 years ago

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'

rohandeadshot commented 2 years ago

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

AzizKpln commented 2 years ago

Updated