/kanban_tkinter

A simple Kanban board made with python(TM) and tkinter

Primary LanguagePython

Kanban (tkinter)

A simple Kanban Board made with python(TM) 2.7 and tkinter.

img

Feature list

  • Add tasks to any stage (To Do, In Progress, Done)
  • Delete selected tasks by pressing the delete key
  • Use arrow keys to move around
  • Use Command + arrow keys to move tasks around
  • Export the board to a CSV file with "Command-E"
  • Insert new tasks with "Command-I"