Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Simple-Task-Manager

Task Manager is a Python console app implementing full CRUD operations — add, view, update, and delete daily tasks (name, description, priority, due date). Tasks persist between sessions by saving/loading to a plain-text CSV file (save_file.txt). Built as coursework project demonstrating lists, functions, file I/O, and basic input validation.

About

**Task Manager** is a Python console app implementing full CRUD operations — add, view, update, and delete daily tasks (name, description, priority, due date). Tasks persist between sessions by saving/loading to a plain-text CSV file (`save_file.txt`). Built as coursework project demonstrating lists, functions, file I/O, and basic input validation.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages