mufeedvh / basecrack

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

No module named 'colorama' #16

Closed RedFurrFox closed 2 years ago

RedFurrFox commented 2 years ago
Traceback:
  File "/data/data/_(Hidden)_/files/home/basecrack/basecrack.py", line 16, in <module>
    from colorama import init
ModuleNotFoundError: No module named 'colorama'
mufeedvh commented 2 years ago

Install the requirements.txt before running BaseCrack.

$ pip3 install -r requirements.txt
$ python3 -m pip install -r requirements.txt
$ python3 basecrack.py