tkinter-python
There are 2309 repositories under tkinter-python topic.
PySimpleGUI/PySimpleGUI
Python GUIs for Humans! PySimpleGUI is the top-rated Python application development environment. Launched in 2018 and actively developed, maintained, and supported in 2024. Transforms tkinter, Qt, WxPython, and Remi into a simple, intuitive, and fun experience for both hobbyists and expert users.
ParthJadhav/Tkinter-Designer
An easy and fast way to create a Python GUI 🐍
israel-dryer/ttkbootstrap
A modern theming library for Tkinter that adds sleek, responsive styles inspired by Bootstrap. Includes ready-to-use widgets, 20+ themes, and tools for building beautiful, cross-platform desktop apps with ease.
neeru1207/AI_Sudoku
GUI based Smart Sudoku Solver that tries to extract a sudoku puzzle from a photo and solve it
alejandroautalan/pygubu-designer
A simple GUI designer for the python tkinter module
honghaier-game/PythonIDE-PyMe
PyMe is a tool software to develop the Python User Interface for Python programmer.
Dadangdut33/Speech-Translate
A realtime speech transcription and translation application using Whisper OpenAI and free translation API. Interface made using Tkinter. Code written fully in Python.
aydinnyunus/WhatsappBOT
Send messages to any person in any time how much you want.
ragardner/tksheet
Python tkinter table and treeview widget
Axorax/tkforge
Drag & drop in Figma to create a Python GUI with ease
Akascape/tkinter-toolkit
Explore all modern tkinter widget libraries and helpful tools! (Including customtkinter)
rigvedmaanas/CustomTkinterBuilder
This is a Free and Open Source RAD tool for Custom Tkinter. This software allows you to create complex UI faster than ever⚡
netevert/pockint
A portable OSINT Swiss Army Knife for DFIR/OSINT professionals 🕵️ 🕵️ 🕵️
TomSchimansky/GuitarTuner
Guitar tuner program made with Python, Tkinter and PyAudio.
amark23/Restaurant-Management-System-Python-
Restaurant-Management-System in python(tkinter) , GUI based project for college students in python using module tkinter, Based on new boston tutorials with some added tabs and functions.
ColdWindScholar/MIO-KITCHEN-SOURCE
An Android Rom Tool in python
Proxlight/Buildfy-Free
An easy and fast way to create a Python GUI 🐍 | This software allows you to create complex UI faster than ever⚡
Akascape/TkNodeSystem
Create visual node-based UI with Tkinter!
Akascape/CTkMenuBar
Modern menu/tool bar widget library for customtkinter. (extension/add-on)
Akascape/CTkScrollableDropdown
Easily add a new scrollable dropdown menu in customtkinter widgets (extension/add-on)
Akascape/CTkDesigner-Support
Support page for CTkDesigner - GUI design app for customtkinter (python)
naiveHobo/pdfviewer
PDFViewer is a GUI tool, written using python3 and tkinter, which lets you view PDF documents.
XinyuanLiao/PaperPolishing
基于ChatGPT的中文到英文、英文到英文的论文润色工具。一个简单调用ChatGPT接口的模板项目,可供学习和使用。
marl0ny/QM-Simulator-1D
Interactive simulation of a quantum particle in 1D.
Saadmairaj/tkmacosx
Tkmacosx is a Python library extension to the Tkinter module. Change background and foreground colors of a Button, Use ColorVar to change colors of multiple widgets just like StringVar, and much more.
mehmet-mert/FrameRecorder
Imagine you are drawing pictures or writing a program on your computer. Wouldn't you like to shoot small clips of your work while doing this? That's when Frame Recorder comes to your aid. It will save it for you! See hours of process in just a few minutes!
Akascape/CTkXYFrame
A better scrollable frame for customtkinter.
Akascape/CTkPDFViewer
A simple yet powerfull pdf viewer for customtkinter! (extension/add-on)
dhanoosu/TkTerm
A fully functional terminal emulator built on Tkinter library. Works on Windows and Unix system
karan236/Algorithm-Visualizer
This project (a desktop app) is for educational purpose. The main objective of this project is to help beginners to be able to visualize the basic algorithms and get a better understanding of the underlying operations. And obviously it is needless to say that anyone who is willing to contribute is invited to use their creativity in making the visualizations even better and attractive. One can add fresh Algorithms and visualization of their choice too. It has been developed in python using the pygame and tkinter libraries. You can also improve the readability of the code by providing a better structure to the code (could also refactor the variable and function names) and document it.
pymike00/tinychat
🔮 TinyChat is a lightweight Desktop client for modern Language Models designed for straightforward comprehension. Supports OpenAI, Anthropic, Meta, Mistral, Google and Cohere APIs.
hhhrrrttt222111/PyBox
PyBox provides you with a compilation of many such Python games, serving as a platform to, simply put, have fun. Ranging from pen and paper games like Tic Tac Toe to watered down and modified versions of popular classic arcade games like Snake, Flappy bird and Pong, we have a game for everybody to play.
JeffWang0325/Image-Identification-for-Self-Driving-Cars
🖍️ This project achieves some functions of image identification for Self-Driving Cars. First, use yolov5 for object detection. Second, image classification for traffic light and traffic sign. Furthermore, the GUI of this project makes it more user-friendly for users to realize the image identification for Self-Driving Cars.
Akascape/TkDial
Tkinter Dial-Knob widgets
aryashah2k/Handwritten-Multiple-Digits-Recognizer
An Intuitive Desktop GUI Application For Recognizing Multiple Handwritten Digits Drawn At The Same Time. Trained On MNIST Dataset and Built With Python, OpenCV and TKinter
krishkamani/Tic-Tac-Toe-Game-In-Python
Tic Tac Toe game with GUI in python using Tkinter and also a restart functionality and displays which player turn now.