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 installorpython3 -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/mainand execute themainfile
