Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 724 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 724 Bytes

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