nsonaniya2010/SubDomainizer

Issue with termcolor

jrwalzer opened this issue · 2 comments

Describe the bug
When I run python3 SubDomainizer.py -h, I get the following error message:

Traceback (most recent call last):
File "SubDomainizer.py", line 13, in
import termcolor
ImportError: No module named 'termcolor'

I have verified that the module 'termcolor' is installed

Try to install requirements using:

pip3 install -r requirements.txt

and then run.

Thx - that worked