mufeedvh / basecrack

Decode All Bases - Base Scheme Decoder
MIT License
526 stars 91 forks source link

python basecrack.py -h fail #11

Closed DLTech21 closed 3 years ago

DLTech21 commented 3 years ago

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

mufeedvh commented 3 years ago

You have to install the dependencies first.

$ pip install -r requirements.txt
DLTech21 commented 3 years ago

already install, still run error

DLTech21 commented 3 years ago

solved by running python3 basecrack.py -h