unable to import randcrack
aekayGuy opened this issue · 0 comments
aekayGuy commented
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?