Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.13 KB

File metadata and controls

38 lines (25 loc) · 1.13 KB

Task_manager

Task_Manager

❐Project Description

Application program for a small business that assists with managing tasks assigned to each member of the team

❐Application use:

  • Super useful to use for small company that is working on a project or for users wanting to manage and track their tasks

❐Application Functionality

  • Reading data from external .txt file (users, tasks)

  • Allows company users and admin to log in with username and password

  • Programs authenticates password and username

  • Allows user to access menu:
    ============*Menu Options===========
    Select one of the following options below:

    r - Register a new user
    a - Add a new task
    va - View all tasks
    vm - View my tasks
    gr - Generate reports
    ds - Display statistics
    e - Exit

❐Contributors Info:

*Anyone can use the application to further explore additional functionality or possible security features for this application.

  • Python modules required:
    • Datetime
    • csv