https://github.com/squidkid-deluxe/current-temperature
Prints out current weather stats into a terminal every 60 seconds
https://github.com/squidkid-deluxe/current-temperature
python3 terminal-app weather
Last synced: 3 months ago
JSON representation
Prints out current weather stats into a terminal every 60 seconds
- Host: GitHub
- URL: https://github.com/squidkid-deluxe/current-temperature
- Owner: squidKid-deluxe
- Created: 2020-04-03T22:48:33.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-03T22:49:19.000Z (about 5 years ago)
- Last Synced: 2025-01-14T11:02:32.762Z (4 months ago)
- Topics: python3, terminal-app, weather
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Current_temp.py
Current_temp.py is a fairly short script that gets the current temperature, among other things; such as humidity and wind speed.
The script updates every 60 seconds and takes and input of zipcode to determine position.Dependencies:
===================
current_temp.py:
- banner_3d
- colorize
- requests