mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-06 07:53:28 -05:00
[PR #2837] [MERGED] Added CustomTkinter #13504
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/2837
Author: @Sakth1
Created: 1/8/2026
Status: ✅ Merged
Merged: 1/9/2026
Merged by: @vinta
Base:
master← Head:CTK📝 Commits (2)
259c26aAdd CustomTkinter to GUI libraries section40b6aabUpdate CustomTkinter link in README.md📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
Added CustomTkinter library to GUI libraries list.
Checklist
Add project-name* [project-name](url) - Description ending with period.Why This Project Is Awesome
Which criterion does it meet? (pick one)
Explain:
Has 13k on github. Gained close to 5K stars in the past couple of years. This adds a modern UI design on top of python's standard built-in GUI library - tkinter. Similar syntax to tkinter, which makes it easier to work with. Distributed in MIT license, less restrictive while compared to other GUI libraries and frameworks in the industry.
How It Differs
Main and important difference is the license.
If similar entries exist, what makes this one unique?
The built-in standard library tkinter is outdated, this project give a modern look to that framework.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.