Skip to content

Getting Started

Lasha Kandelaki edited this page May 7, 2026 · 3 revisions

Getting Started

Install CTkMaker and launch the builder.

Requirements

  • Python 3.10+
  • Windows, macOS, or Linux

⚠️ Tested on Windows only. macOS and Linux are not verified.

Install from source

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

First run

The startup dialog lets you quickly create a new project or continue working on an existing one. Choose New Project to configure your project settings and generate a ready-to-use workspace, or open a recent project directly from history.

Recent Projects

  • Recent projects with last modified time
  • Open, remove, or locate projects instantly
  • Detect missing projects automatically
  • Quick access to project folders and history

Creating a New Project

  • Create projects with preset or custom screen sizes
  • Validate names, paths, and duplicate projects
  • Preview project location before creation
  • Auto-generate project folders and configuration files

See alsoUser Guide · Widgets · Keyboard Shortcuts

Clone this wiki locally