Skip to content

Contributing

Lasha Kandelaki edited this page Apr 29, 2026 · 3 revisions

Contributing

How to contribute code, docs, or feedback to CTkMaker.

Contributing

Setup

git clone https://github.com/kandelucky/ctk_maker.git
cd ctk_maker
pip install -r requirements.txt
python main.py

Smoke test before opening a PR

There 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.

Where to contribute

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 alsoReporting Bugs

Clone this wiki locally