This project demonstrates how to read/write text files with Python and incorporate this into an application that users can use to track their assigned tasks.
contains a list of users and passwords
contains a list of tasks, the assigned task owner, due date
contains the code where users can interact with the text files to add new tasks, assign them to users, mark them as complete etc.
Only standard built-in libraries of Python are required
