Skip to content

Ninikitos/cli_todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLI To Do application

Python build application that helps user track his todo items

User has following option:

  1. add [todo item]
    • Example: add buy redbull
  2. edit [index of todo item]
    • Example: edit 1
  3. complete [index of todo item]
    • Example: complete 1
  4. show
    • Example: show
  5. exit
    • Example: exit

Description:

All todo items are stored in a todo.txt file, so this way todos can be loaded throughout multiple session.

TODOs

  • Implement GUI
  • Rewrite application with OOP
  • Extend functionality
  • Sync todos throughout different sessions

GUI Interface

gui_image

About

Basic cli todo application build via python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages