A simple desktop task management app built with Python and Tkinter.
- Add and track tasks
- Update task status (New → In Progress → Completed)
- Clean, modern interface
- Duplicate task prevention
git clone https://github.com/yourusername/task-manager.git
cd task-manager
python main.py## Usage
- Enter task name and click "OK"
- Select a task from the list
- Change status using the dropdown
- Click "Update" to save changes
Requirements
- Python 3.x
- Tkinter (included with Python)
License MIT