GUI version of a script i made to scrape weather information from the website wunderground for my undergraduate thesis.
This is a snapshot of the website from 2013 containing sample data used for web scraping.
- pip install (or
pip3 install
orpython3 -m pip install
) - if you simply want to run the program, then
python3 main.py
- if you want to create a binary for linux systems, then run
pyinstaller main.py
, this will create a directory calleddist
- navigate to
./dist/main
and execute themain
file