tna0y/Python-random-module-cracker

unable to import randcrack

aekayGuy opened this issue · 0 comments

from randcrack import RandCrack

ModuleNotFoundError Traceback (most recent call last)
in
----> 1 from randcrack import randcrack

ModuleNotFoundError: No module named 'randcrack'


from randcrack import RandCrack
this code is not working after installing randcrack using pip on python 3.6. using jupyter notebook.
can you please help me out?