whatsplay / whatsapp-play

Command line software through which you can play with your WhatsApp. It is having different options to play with your WhatsApp like message blast, online tracking, whatsapp chat..
MIT License
405 stars 217 forks source link

Even the Module is present BUT still it is giving ModuleNotFoundError #241

Closed csharp489 closed 4 years ago

csharp489 commented 4 years ago

When I try to run Message Bombing command it gives as error that ModuleNotFoundError: No module named 'pyfiglet' Even I have already installed the pyfiglet module. mesgBomb

xandao-dev commented 4 years ago

Hello, install pyfiglet and any other module with the following command: python3 -m pip install pyfiglet

xandao-dev commented 4 years ago

When you install with by pip you are probably installing the module for python 2.

rpotter12 commented 4 years ago

Use command pip list to list all the packages installed by you. Check if pyfiglet is there or not.

csharp489 commented 4 years ago

Now, it is working . Thanks for the instant reply.