stormshadow07 / HackTheWorld

An Python Script For Generating Payloads that Bypasses All Antivirus so far .
942 stars 172 forks source link

Error #2

Closed d0ubl3puls4r closed 6 years ago

d0ubl3puls4r commented 6 years ago

Hi, when I run HackTheWorkd.py I get the error message:

Traceback (most recent call last): File "./HackTheWorld.py", line 19, in from termcolor import colored ImportError: No module named termcolor

How can I solve this problem?

Thank you.

stormshadow07 commented 6 years ago

So For every Module Not found in Python You can install Modules using pip Eg: pip install <module_name> For your case Just Enter the following Command in the Terminal pip install termcolor

If further any Module is not found, just replace Module_name

d0ubl3puls4r commented 6 years ago

Thank you, have solved the problem here.