From d48ac5ae70c4958504e6f0256a44ee489dd73b30 Mon Sep 17 00:00:00 2001 From: sumanth0x637 Date: Tue, 23 May 2023 21:12:11 +0530 Subject: [PATCH] Add CustomTkinter --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7856d360..eaf3bc4b 100644 --- a/README.md +++ b/README.md @@ -664,6 +664,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). *Libraries for working with graphical user interface applications.* * [curses](https://docs.python.org/3/library/curses.html) - Built-in wrapper for [ncurses](http://www.gnu.org/software/ncurses/) used to create terminal GUI applications. +* [CustomTkinter](https://github.com/TomSchimansky/CustomTkinter) - A modern and customizable UI-library based on Tkinter. * [Eel](https://github.com/ChrisKnott/Eel) - A library for making simple Electron-like offline HTML/JS GUI apps. * [enaml](https://github.com/nucleic/enaml) - Creating beautiful user-interfaces with Declarative Syntax like QML. * [Flexx](https://github.com/zoofIO/flexx) - Flexx is a pure Python toolkit for creating GUI's, that uses web technology for its rendering.