H
Heikki Toivonen
CaltrainPy is a Caltrain (http://caltrain.com/) schedule program and
library written in Python. It uses Tkinter for GUI.
What is new in version 0.2?
- AM/PM indicators
- train types
- can be used as a module to parse Caltrain schedule
- MIT License
- setup.py
Parsing of Caltrain schedule requires BeautifulSoup. The results can be
returned as Python, HTML or JSON (python-json required).
It is available on Cheeseshop, but unfortunately it does not seem to
work correctly if installed with easy_install. Downloading and
installing with:
python setup.py install
works ok.
Blog post with screenshot here:
http://www.heikkitoivonen.net/blog/2008/01/16/caltrainpy-02/
library written in Python. It uses Tkinter for GUI.
What is new in version 0.2?
- AM/PM indicators
- train types
- can be used as a module to parse Caltrain schedule
- MIT License
- setup.py
Parsing of Caltrain schedule requires BeautifulSoup. The results can be
returned as Python, HTML or JSON (python-json required).
It is available on Cheeseshop, but unfortunately it does not seem to
work correctly if installed with easy_install. Downloading and
installing with:
python setup.py install
works ok.
Blog post with screenshot here:
http://www.heikkitoivonen.net/blog/2008/01/16/caltrainpy-02/