Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todo-app (python)

Language Status License


Project Overview

A console-based todo app written in python for managing tasks with persistent storage (sqlite3).

User can:

  • Show Tasks
  • Add Tasks
  • Remove Tasks
  • Update Tasks
    • Assign Status ("todo","pending", "done")

Algorithm Summary

1. Start
2. Choice Menu appears
3. Take input from user for choice
4. Show Output based on his choice:
5. Display / Add (with status) / Update (status/tasks) / Remove Tasks / Exit

How to Compile and Run


git clone https://github.com/ch-arslanahmad/todo-app-python/
cd todo-app-python
python main.py  # write python3 if needed

About

A console-based todo app written in python for managing tasks with persistent storage (sqlite3).

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages