todo app banner

todo app

2 devlogs
2h 20m 23s

Im working on a simple todo app in python

Affan

I worked on optimizing my code.

Attachment
0
Affan

I worked on making a simple todo app using python.
So far i have added the following functions:

  • add
  • show
  • edit
  • complete
  • exit
    The todos are stored in a .txt file to make sure they aren’t lost.
Attachment
0