mufeedvh / basecrack

Decode All Bases - Base Scheme Decoder

Home Page:https://basecrack.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python basecrack.py -h fail

DLTech21 opened this issue · comments

commented

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

You have to install the dependencies first.

$ pip install -r requirements.txt
commented

already install, still run error

commented

solved by running python3 basecrack.py -h