This is a very simple command-line interface (CLI) Task Manager built in Python. It allows users to create, manage, edit, and complete tasks with priority levels. The tasks are saved to a file for persistence across program executions.
- Add tasks with a priority (Low, Medium, High)
- View a list of tasks
- Mark tasks as completed
- Edit existing tasks
- Delete all tasks
- Save and load tasks to/from a file