Skip to content

bdreager/Podaga

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Podaga

image

What

Weather forecast, location, and general information display for the terminal.

Requires

Curses is used to display the output, react to user input, and update on window resizing.

Also needed:

pip install pyowm pyspin

Run

python podaga.py

Controls

Keys Actions
q or Q or Esc quit
r or R refresh forecast

Command-line options

Options Descriptions
-h or --help show help message
--version show current version
-k or --api-key set OWM api key
-t or temp_unit set temperature unit
-s or --save-config saves current changes to config

Configuration file

Check out example.podaga.conf for details. Using the save (-s) argument will automatically generate a config file in the default location.

Support

  • [x] Works on Linux completely
  • [x] Works on OSX completely
  • [ ] Windows not supported

About

Weather forecaster for the terminal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages