Widget Categories
Windows
Main application windows and dialogs
Basic Widgets
Fundamental UI components like buttons, labels, and frames
Input Widgets
Interactive controls for user input and selections
Display Widgets
Components for displaying information and progress
Layout Widgets
Advanced containers for organizing complex layouts
Common Features
All CustomTkinter widgets share these features:- Appearance Mode Support: Automatic light/dark mode switching
- Custom Theming: Built-in themes with customization options
- DPI Scaling: Automatic high-DPI display support
- Modern Design: Clean, contemporary look and feel
- Tkinter Compatible: Works seamlessly with existing Tkinter code
Quick Start
Every CustomTkinter widget follows a consistent API pattern:Next Steps
Explore each widget category to learn about specific components and their usage:- Start with Windows to create your application structure
- Add Basic Widgets for core UI elements
- Use Input Widgets to collect user input
- Include Display Widgets to show information
- Organize with Layout Widgets for complex interfaces