This is a command-line-based Task Manager application developed as part of the HyperionDev Bootcamp Capstone Project.
The Task Manager helps a small team manage users and tasks efficiently. It provides functionalities such as:
- User registration and login (admin-controlled)
- Adding and assigning tasks
- Viewing all tasks or only tasks assigned to a specific user
- Marking tasks as complete
- Editing assigned users and due dates
- Viewing completed tasks
- Deleting tasks (admin only)
- Generating reports and user statistics
- Saving data in
tasks.txtanduser.txt
task_manager.py: The full Python implementation of the task managertasks.txt: Contains sample tasksuser.txt: Contains registered usersREADME.md: This file
Ensure you have Python installed, then run:
python task_manager.py