Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.56 KB

File metadata and controls

49 lines (32 loc) · 1.56 KB

CustomTkinter

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 grid and pack.
  • 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.


📦 Installation

  1. Clone this repository:
git clone https://github.com/Chitransh-AFK/CustomTkinter
  1. Install Dependencies:
pip install customtkinter pillow

🌟 Features to Explore

  • 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

📝 Note

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.


🤝 Author

Made by Chitransh-AFK with ❤️ to learn UI/UX Design in Python.