Psyched is a scheduling and task management application. It is task and appointment based, with operations for adding, modifying, deleting and rescheduling both tasks and appointments.
Built using PyGTK and PySQLite, it offers a clean interface and reliability.
Requirements:
· Python
· PyGTK
· PySQLite
· notify-python
Installation:
You can run Psyched directly from this folder:
./psyched
If you wish to install psyched for more than one user, or you
need to run psyched without being in the psyched directory,
build & install psyched:
make
sudo make install
Unless your distribution changed the paths where components of
Psyched are installed, psyched should install these files:
/usr/bin/psyched
/usr/lib/psyched/psyched_backend.py
/usr/lib/psyched/psyched_notify.py
/usr/lib/psyched/psyched_strings.py
/usr/lib/psyched/psyched_validate.py
/usr/lib/psyched/queue.py
/usr/share/applications/psyched.desktop
/usr/share/pixmaps/psyched.png
Product's homepage
What's New in This Release: [ read full changelog ]
· Psyched now has a feature for hiding completed tasks. It's also got a few other minor UI improvements.