from Hacker News

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

by Zaloog on 11/21/23, 3:50 AM with 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