A simple console-based task manager built in Python.
This project allows users to add, view, complete, and delete tasks from a personal task list.
- Add new tasks
- View all tasks with their status (complete/incomplete)
- Mark tasks as complete
- Delete tasks
- Python 3.x installed on your computer
- Basic knowledge of running Python scripts
- Clone or download this repository.
- Open a terminal or command prompt and navigate to the project folder.
- Run the program with:
python_task_manager.py