ZaharX97 / OWReveal

CSGO Overwatch revealer by sniffing packets / Find The Suspect steam profile from overwatch
GNU General Public License v3.0
30 stars 4 forks source link

No module named 'scapy' #23

Closed RenaFor01 closed 2 years ago

RenaFor01 commented 2 years ago

I'm new to coding, idk if i've done anything wrong but I would like some help with this error please.

1

ZaharX97 commented 2 years ago

Sure! In this project I used other libraries/modules (the ones that are imported at the top of the files). Some are built into python, but there are some that are not. So you need to add them to your python interpreter. You can do this by using ' pip '. Open a cmd/terminal and type: ' pip install xxxxxxx ' (replace xxx with module name)

Here's the list of modules you need for this project:

RenaFor01 commented 2 years ago

It works now, thank you!