Show HN: Kanban-Python a Terminal Kanban Application Written in Python

4 points by Zaloog 1 year ago | 2 comments
Hi everyone, I want to share my first published python package. It allows to manage multiple kanban boards in the terminal. And creates .json files to store the tasks for each specific board.

Inspiration come from kitplummers clikan, which was featured on HN a few years ago [1]. kanban-python's workflow is more guided, it also comes with features like custom column creation directly in a config file and more.

Happy to answer questions. If you have ideas/find bugs feel free to create an issue

[1] https://news.ycombinator.com/item?id=22890955

  • nothrowaways 1 year ago
    Nice doc
    • Zaloog 1 year ago
      Thanks :) Anything you think that could be improved from your point of view?