Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 1.37 KB

README.md

File metadata and controls

47 lines (28 loc) · 1.37 KB

Task-manager

A task manager to track tasks, add users, view overdue tasks, and other statistics.

Description

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.

Dependencies

  • import copy
  • import datetime

Running the program

  • Run the task_managerII.py file in any Python IDE.

Preview

Start menu for the admin user.

task_manager_menu SGrab

Admin user's view of task statistics for registered users.

task_manager SGrab

Author

Nadia Schmidtke contact

License

This project is licensed under the GNU GENERAL PUBLIC LICENSE.

Thank you for using the task manager :)