Application program for a small business that assists with managing tasks assigned to each member of the team
- Super useful to use for small company that is working on a project or for users wanting to manage and track their tasks
-
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
*Anyone can use the application to further explore additional functionality or possible security features for this application.
- Python modules required:
- Datetime
- csv
