-
-
Notifications
You must be signed in to change notification settings - Fork 0
Contributing
Lasha Kandelaki edited this page Apr 29, 2026
·
3 revisions
How to contribute code, docs, or feedback to CTkMaker.

git clone https://github.com/kandelucky/ctk_maker.git
cd ctk_maker
pip install -r requirements.txt
python main.pyThere is no automated test suite. After a change, manually verify:
launch the app → open a recent project → drag a widget → change a property → undo → save → export → reopen the exported
.py.
If all of that works, the change is probably safe.
| Topic | How |
|---|---|
| Bugs & feature requests | In-app reporter or Issues — see Reporting Bugs |
| Docs | Edit pages in this wiki repo |
| Code | Open a Pull Request against main
|
See also — Reporting Bugs