https://scratch.mit.edu/projects/830536684/ (you'll need a scratch account with Scratcher status).
WEATHER PROJECT 2. It's finally here. (there was a weather 1, but it wasn't the best, so here's version 2)
To change to °C press the unit button on bottom right
Type in any location to get an extremely detailed weather report of the current weather at that location.
To run/make your own version:
- Remix the scratch project.
- Install rev2/requirements.txt.
- Navigate to directory rev2, then
- Create a
secret.txt
file on the same level asweather.py
. This secret.txt file must have your scratch username on the first line and the password for that account on the second line. - Change the project ID to the correct project ID that matches your remix.
- Run
python3 weather.py
. - IF you want to run with auto-fix program, run instead
./weather.sh
.