This script is for Slackware 14.1 only and may be outdated.

SlackBuilds Repository

14.1 > Desktop > CurseTheWeather (0.6)

CurseTheWeather is a python application which displays the weather in a 
terminal via a ncurses frontend (ctw). This frontend shows ascii-art weather
icons along with the current weather conditions and 10 day forecast.

weatherfeed.py is the python module that grabs the weather data from
weather.com, and it can used by frontends other than ctw.

** ctw and Transparency, Different Colors **

To modify transparency and color behavior in ctw simply modify
initColors() in /usr/bin/ctw.

To remove transparency, simply delete:
curses.use_default_colors()
at line 125 (just under "curses.start_color()").

Modifying the lines with "curses.init_pair" will allow you to modify the text
colors used.

Maintained by: Phillip Warner
Keywords: weather,ncurses,ctw
ChangeLog: CurseTheWeather

Homepage:
https://github.com/tdy/ctw/

Source Downloads:
CurseTheWeather-0.6.tar.gz (9594004e2483a2cc44fc8c420a7316e1)

Download SlackBuild:
CurseTheWeather.tar.gz
CurseTheWeather.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Validated for Slackware 14.1

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds