A personal learning repository for CustomTkinter, a modern and highly customizable GUI framework built on top of Tkinter.
This repo is dedicated to exploring and experimenting with CustomTkinter widgets, layouts, styling, and functionality. It contains:
- Step-by-step experiments with CTkLabel, CTkEntry, CTkButton, CTkOptionMenu, CTkSlider, and more.
- Examples of responsive layouts using
gridandpack. - Integration of CTkImage for images and icons.
- Practice projects such as profile forms, calculators, dashboards, and interactive GUIs.
- Notes and tips for dark/light mode, scaling, and modern GUI design.
This repository is perfect for anyone who wants to learn CustomTkinter from scratch, experiment with GUI design, and build polished desktop applications using Python.
- Clone this repository:
git clone https://github.com/Chitransh-AFK/CustomTkinter- Install Dependencies:
pip install customtkinter pillow- CTkLabel, CTkEntry, CTkButton
- CTkOptionMenu, CTkSlider, CTkSwitch
- CTkImage integration for icons and profile pictures
- Dark/Light mode switching
- Responsive layouts using grid and pack
- Interactive GUIs with form validation and button callbacks
At the end of this repository, we will try to create fun projects like a calculator and other small applications to build both your and my Python GUI skills.
Made by Chitransh-AFK with β€οΈ to learn UI/UX Design in Python.