A terminal-based task management application built with Python.
It gets task information from the user and saves everything into a CSV file.
- Add new tasks with name, description, and importance level (Low/Medium/High)
- View all tasks sorted by importance
- Delete tasks with confirmation
- Save data to CSV file automatically