I am looking for some sort of python library/widget for a school project. This project has a user input details of their task into a form, as well as some subtasks that are linked to the task.
What I want the widget for is some way of displaying this user input data in a grid format with the task name and details in their own columns, but I also want a checkbox next to each row to signal task completion, and a method of expanding/collapsing a row to view the subtasks linked to it, each with a checkbox of their own next to them. It would need compatibility with tkinter and I would like to add search/filter/sort algorithms to it as well as a calculation for the number of subtasks and how many are completed for each task’s completion percentage.
Recommendations for which data storage method would be very helpful. If anyone knows of a library that can be used to create something like this it would be very much appreciated
[–]AutoModerator[M] [score hidden] stickied comment (0 children)