Sort:  

Hi, no I didn't, installed a bunch of stuff even said pandas was installed, but it still gives me the same error, module not found pandas. I'm on windows btw this is messy.

I've never used python in windows but from what I can see you would change directory to your python folder, possibly c:\python35, then run the following commands.
python -m pip install pandas
python -m pip install numpy
python -m pip install beautifulsoup4
python -m pip install selenium

Thank you, I'll try this. I just don't understand anything about code and I'm getting ahead of myself trying to run the programm :S One of this days I'll start making something simple, always wanted to make my own website.