https://github.com/maryanneko/task-manager-cli
A Python CLI tool to manage personal tasks stored in CSV.
https://github.com/maryanneko/task-manager-cli
beginner cli csv python task-manager todo
Last synced: 9 months ago
JSON representation
A Python CLI tool to manage personal tasks stored in CSV.
- Host: GitHub
- URL: https://github.com/maryanneko/task-manager-cli
- Owner: MaryanneKo
- Created: 2025-04-03T03:31:20.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-04-03T04:04:41.000Z (12 months ago)
- Last Synced: 2025-04-03T04:28:26.480Z (12 months ago)
- Topics: beginner, cli, csv, python, task-manager, todo
- Language: Python
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Task Manager CLI App
A simple, beginner-friendly Python command-line application to manage your personal to-do tasks. Tasks are stored locally using a `.csv` file. Add, view, and complete tasks — all from your terminal!
## Features
- Add new tasks
- View all or only pending tasks
- Mark tasks as complete
- Saves tasks in a CSV file automatically
## How to Run
Make sure Python is installed.
```bash
python task_manager.py