git clone https://github.com/tapsterbot/checkbox-client-python.git cd checkbox-client-python python3 -m venv env source env/bin/activate python -m pip install -r ...
Working on a personal project I was in need to be able to use checkboxes on a treeview, but I didn't see this possible on Tkinter, I think Qt has it but haven't used it. Anyway started coding and ...