Cycle is a calendar program for women. Given a cycle length or statistics for several periods, it can calculate the days until menstruation, the days of "safe" sex, the fertile period, and the days to ovulations, and define the d.o.b. of a child. It allows the user to write notes and helps to supervise the reception of hormonal contraceptive tablets.
| Tags | Other/Nonlisted Topic |
|---|---|
| Licenses | GPL |
| Operating Systems | POSIX Linux |
| Implementation | Python |
Recent releases


Changes: The code was changed for Python 2.4. Unicode compatibility was added. A man page was added. Translations for the es, ca, and gl locales were added.


Changes: This version uses wxPython 2.5.x. A German translation was added.


Changes: Color settings were added.


Changes: This release adds a description for the English language, and adds Czech and Slovak translations. It now uses Python 2.3.


No changes have been submitted for this release.
- All comments
Recent commentsbug report + resolution
for newer wxpython the following has to be done to make right-click context menu appear:
open cal_year.py, in each line containing checkable, change Append to AppendCheckItem and delete ,checkable=TRUE
credits go to: deltab from #python @ irc.freenode.net