Organizes a list of tasks.
Project description
This is a simple program which organizes tasks for a person. It allows people to add, edit, and remove tasks from a list that is displayed. Each task has three qualities: its name, the deadline in mm/dd/yyyy format, and a priority number. The organizer uses these to decide where in the list tasks should be placed. Tasks with earlier deadlines are placed higher in the list than tasks with later deadlines. For tasks with the same deadline the priority determines which is higher. If all other qualities are the same, alphabetical order of the names is used.
This package contains three modules. The data structures are in OrganizerTools.py. The other two modules are OrganizerMain.py which is a text based interface and OrganizerG.py which is a graphical user interface. To install simply extract the files from the compressed file downloaded from pypi, and run one of the interfaces, e.g. $ python OrganizerG.py .
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.