A task manager to track tasks, add users, view overdue tasks, and other statistics.
The task manager allows users to record and edit tasks. The admin user is able to add new users and view additional stats. Information about users and tasks is written and read from text files.
Functionality for the admin user includes:
- Registering a user
- Adding a task
- View all tasks
- View admin's tasks
- Generating reports
- View statistics
The aim of this project is to make use of text I/O, loops, lists, dictionaries, logical flow and procedural programming in a meaningful way.
- import copy
- import datetime
- Run the task_managerII.py file in any Python IDE.
Start menu for the admin user.
Admin user's view of task statistics for registered users.
Nadia Schmidtke contact
This project is licensed under the GNU GENERAL PUBLIC LICENSE.
Thank you for using the task manager :)