An open API service indexing awesome lists of open source software.

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

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