Skip to content
/ tdg Public

Python API to read todo.txt formatted files and an Tk app to present them in a gui

Notifications You must be signed in to change notification settings

mstave/tdg

Repository files navigation

TDG: Todo GUI
Author: Matt Stave ([email protected])

Goals:

	* Make it easier to manage my to do list
	
	* Provide a graphical interface on todo.txt data so that larger lists can more easily
	  be undertood and manipulated

	* Get better at Python

	* Learn Tk

	* No dependencies but a standard Python install, cross-platform

	* Build an extensible foundation for future expansion


Major Files:

	todo_item.py :	An object that abstracts a to-do item, can parse lines in the todo.txt format
	todo_file.py :	An object that abstracts an entire to-do list
	tdg.py       :	Tkinter-based GUI
	tdcli.py     :  A basic command-line interface (work in progress)

	*test.py     :  Unit tests

	README       :  This file

About

Python API to read todo.txt formatted files and an Tk app to present them in a gui

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published