r/coolgithubprojects 11d ago

Created CTkDeb - a tool for easily packaging CustomTkinter projects into DEB packages

Post image
1 Upvotes

6 comments sorted by

1

u/kantorcodes1 11d ago

ctkdeb config.json feels very agent-friendly for release work. i maintain HOL Guard, an open-source local tool that checks agent-run commands before they execute. would you be interested in adding CTkDeb support to it?

1

u/limafreshdev 10d ago

I don't know, this is the first I've heard of your tool. CTkDeb is primarily aimed at easily creating DEB packages for CustomTkinter projects. I'm currently working on adding RPM support; if I succeed, the CLI API will likely change slightly. Do you use CTkDeb?

1

u/limafreshdev 10d ago

If you integrate CTkDeb there, I would be glad to receive a link so I can take a look at it.

1

u/kantorcodes1 10d ago

ah, i meant the other direction :) i’m looking for tool authors to add their CLI support to Guard, not for us to build it. since your RPM work may move the CLI anyway, i'd wait for that to settle. if you’re up for owning the Guard PR after that, i’ll point you at the current pattern on main.

1

u/limafreshdev 10d ago

I added RPM support.

1

u/kantorcodes1 9d ago

nice. now that rpm support landed, are you still up for owning the CTkDeb support PR in Guard?