WeatherPi
A weather application make for Raspberry Pi with python and tkinter, using Yahoo weather API.
Weather's icons: plain weather icons by MerlinTheRed
Requirements:
- Raspberry Pi
- Python 3.++
Step 1: Clone repository
sudo rm -rf WeatherPi
git clone https://github.com/N3evin/WeatherPi.git
chmod -R 755 WeatherPi
cd WeatherPi/
Step 2: Edit Location
sudo nano ./main.py
edit desired location
CTR + c
CTR + x
Y
Step 3: Start the program
python3 ./main.py