Macha
Programming: Simple Python Todo List manager
December 28, 2009 | categories:
Programming,
The Playground
My latest programming project is a todo list manager written in Python.
Features
- Add, Remove and show items
- Manage multiple lists
- Lists are stored in JSON
It also has a GUI, but that needs a lot of work. As always, the source code is available on my github. Unusually for my projects, it is already fully functional (though as I said, the GUI needs a little work).