An open API service indexing awesome lists of open source software.

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.

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