GUI
GUI stands for graphical user interface. It is a visual representation of communication presented to the user for easy interaction with the machine. It allows users to manipulate elements on the screen using a mouse, a stylus or even a finger. The actions in a GUI are usually performed through direct manipulation of the graphical elements.
- GitHub: https://github.com/topics/gui
- Wikipedia: https://en.wikipedia.org/wiki/Graphical_user_interface
- Related Topics: graphical-interface,
- Aliases: graphical-user-interface,
- Last updated: 2026-07-10 00:14:12 UTC
- JSON Representation
https://github.com/prashantrahul141/python-gui-gmail
A GUI python application to send gmail.
email-sender gui python tkinter tkinter-gui
Last synced: 15 Mar 2025
https://github.com/timothyl96/top2121
Assignment for Object Oriented Programming
Last synced: 15 Mar 2025
https://github.com/emarifer/todo-gui-tauri-app
Task list application to test the creation of GUI's with Tauri/Rust.
gui react rust tauri todo-app typescript
Last synced: 11 Apr 2026
https://github.com/matyokubov/qreader
You can create a QR code or read a QR code through this program
Last synced: 31 Mar 2025
https://github.com/happytunesai/ez-stt-logger-gui
Python GUI for real-time Speech-to-Text (STT) using local Whisper, OpenAI API, or ElevenLabs API. Features audio logging, filtering, replacements, WebSocket control (Stream Deck), and Streamer.bot integration.
audio-processing customtkinter elevenlabs-api ez-stt-logger-gui gui openai-api python python-application speech-recognition speech-to-text stream-deck streamer-bot stt tkinter transcription websocket whisper
Last synced: 30 Apr 2026
https://github.com/kreateer/simple-password-generator
This is a really simple password generator that I made to save myself time and effort to think of passwords.
generator gui password pyinstaller pysimplegui python python3 security simple
Last synced: 31 Mar 2025
https://github.com/kreateer/humble-dice-roller
A simple dice roller made with PySimpleGUI
dice-roller gui pyinstaller pysimplegui python python3 simple-app tkinter
Last synced: 31 Mar 2025
https://github.com/sachidananda-17/chat_application
Chat Application is the program developed using the language of java where it enables the user to chat in two different user GUI where both the servers were connected to the main server which provides connection among two.
Last synced: 24 Mar 2025
https://github.com/anirban-majumder/gui-calculator
A Simple GUI Calculator made with PYQT5 and Python.
Last synced: 28 May 2026
https://github.com/adnksharp/pyside6-forward-reverse-motor
Control de giro de un motor DC con un puente H, Arduino y Python
firmata-express gui gui-application motor-control pymata pyside6 python python-gui python3 qt qt-widgets start-stop
Last synced: 28 Apr 2026
https://github.com/farzeennimran/pong-game-cpp
Pong game with gui using sfml library in c++
cpp game-development gui pong-game sfml-game-development sfml-graphics-library
Last synced: 16 May 2025
https://github.com/segararai/sleeppreventer
Prevent Sleep & Display-off Easily
Last synced: 08 Apr 2025
https://github.com/quiode/website-andi-gui
A simple GUI for small things for ease of use. Mostly just for the administrator.
Last synced: 18 Apr 2025
https://github.com/lancewalk87/cls-keystroke-intrerface-app
Software | Python application that allows users to script custom macros into their keyboard, macOS, Linux and Windows compatible.
background-jobs customization gui keyboard keyboard-events kivy-application linux macros osx python python-gui windows
Last synced: 20 Jan 2026
https://github.com/gokulakannan-dev-desigr/quizapp-java
The "QuizApp-Java" repository on GitHub is a Java-based project that allows developers to create a quiz application with various features, such as multiple-choice questions, timers, and score tracking. The repository includes the source code for the project, as well as documentation on how to use and customize the quiz application.
gui java netbeans quizapplication scoretracking
Last synced: 24 Mar 2025
https://github.com/benst099/citationcheck
CitationCheck - Validate your references!
citation-analysis citation-check citations gui python python-gui python3
Last synced: 05 Jul 2025
https://github.com/sanko/libui.pm
LibUI wrapper in Perl
ffi-bindings gtk3 gui libui linux macos perl ui-components windows
Last synced: 02 Apr 2026
https://github.com/anirban-majumder/voice_assistant
A voice assistant, similar to Siri, Google Assistant, and Amazon Alexa, but with many differences and limitations.
gui pyqt5 python speech-recognition voice-assistant voice-control
Last synced: 28 May 2026
https://github.com/hunterpope03/searching-and-sorting-explorer
Educational tool that uses Python and the tkinter GUI framework to explain and visualize the processes of searching and sorting algorithms.
Last synced: 24 Mar 2025
https://github.com/titaniumhocker/ffov
Fallout FOV setter
fallout fallout-new-vegas gui python tkinter tool
Last synced: 11 Apr 2026
https://github.com/spear97/romannumeralconverter
This is a Simple Project that I made using Python and Tkinter to create an application that converts given Roman Numeral Data into Numerical Data and outputs it to the application.
applications data-conversion data-processing gui gui-application python python3 tkinter tkinter-gui tkinter-python
Last synced: 23 Mar 2025
https://github.com/p4ul-m/pygame_easy_menu
A library to make menu in pygame
Last synced: 28 Mar 2025
https://github.com/dotxyteam/jvisualmapper
A Java graphical mapping (between POJOs, JavaBeans, etc.) tool.
gui java mapping-tools mappings
Last synced: 13 Jan 2026
https://github.com/asb-capfan/tk-tipentry
An entry with tooltip in the entry if it's empty
Last synced: 06 Jun 2026
https://github.com/sbarisic/fishui
Dependency free, simple GUI
csharp game-interface gui raylib retained-mode-gui skins
Last synced: 04 Feb 2026
https://github.com/na-trium-144/webcface-webui
UI Application for WebCFace
gui react user-interface visualization vite
Last synced: 11 Apr 2026
https://github.com/able8/base64-encoder-decoder
A simple cross-platform GUI app to convert text to Base64 or decode Base64 to text. Using Go & Fyne.
base64 base64-decoding base64-encoding cross-platform fyne golang gui
Last synced: 16 Jan 2026
https://github.com/developerx-official/ui_test
A test app written purely in Rust.
Last synced: 19 Apr 2025
https://github.com/geobosh/fguigb
Create GUI interfaces to R functions and their help pages
Last synced: 24 Mar 2025
https://github.com/rkstudio585/factorial-calculator-gui
The Factorial Calculator is a Python-based GUI application that computes the factorial of any non-negative integer using recursion. Built with PySide6 and QtPy, it offers a user-friendly interface, error handling, and allows multiple calculations. Perfect for learning recursion and basic Python GUI development.
calculator calculator-python factorial factorial-calculator gui pyqt pyside6 python
Last synced: 22 Nov 2025
https://github.com/rkstudio585/pass-negv-validators
A versatile desktop application for generating secure passwords and random numbers, validating emails and URLs, and toggling between dark and light modes. Built with PySide6 and QtPy, it features a user-friendly interface and customizable options for enhanced functionality and ease of use.
email-validator etc generator gui project pyqt pyqt5 pyside6 python python3 random-number-generator rk rk-studio secure-password secure-password-generator ui url-validator
Last synced: 22 Nov 2025
https://github.com/hemmouda/password-generator
A simple password generator GUI in Java
gui java password-generator simple
Last synced: 08 Apr 2025
https://github.com/maximemoreillon/food_manager_front
GUI for Food manager, a calorie and macronutrient tracking web app
Last synced: 15 Mar 2025
https://github.com/lrsb/ing-sw-2019-7
A Java implementation of Adrenaline board game
gui ingegneria-del-software java javafx polimi politecnico-di-milano swing
Last synced: 21 Apr 2026
https://github.com/malaksadek/userdatabase
A Database of Users Implemented Using Various Data Structures 📐🔧(2014)
application c-plus-plus gui qt
Last synced: 30 Apr 2026
https://github.com/bartimusprimed/egf
Easy GUI Framework... Keep it simple.
Last synced: 10 Mar 2026
https://github.com/10daviesb/weather-app
A modern Python desktop weather app with live city selection, flag emojis, and a stylish Tkinter GUI. Built with OpenWeatherMap API.
api-integration desktop-application gui openweathermap portfolio-project python tkinter weather-app
Last synced: 11 Jun 2025
https://github.com/konstantanxiety/suburban_trains_db
Databases coursework for uni
database gui postgresql psycopg2 python sqlalchemy tkinter
Last synced: 12 Apr 2026
https://github.com/chris-cozy/connectx-gui
My ConnectX project. It's similar to Connect5 but customizable, the user has control over board customization. Instead of being played through the terminal, this version's implementation makes use of the Model View Controller schema, as well as JavaSwing in order to produce a GUI for playing. There are two implementations for this project, labeled GameBoard and GameBoardMem. The difference between them is the memory efficiency of the program.
gui intellij java javaswing model-view-controller
Last synced: 24 Mar 2025
https://github.com/logandhillon/sga-trainer
Small Python GUI program to test your fluency in the Standard Galactic Alphabet (SGA).
Last synced: 14 Mar 2025
https://github.com/gingercro/studlib
A desktop application for managing student, book, and loan records in a database
algorithms-and-data-structures charp crud csharp-app csharp-code data-structures database database-management dataset gui microsoft-sql-server netframework object-oriented-programming software-development software-engineering sql-query sql-server sqlconnection visual-studio windows-forms
Last synced: 24 Nov 2025
https://github.com/mursalatul/library-management-system
Library managemet system will be the ultimate tool for manage a library for both user and admins.
gui library-management-system pyqt5-desktop-application python-project
Last synced: 26 Jan 2026
https://github.com/buwilliams/experimenting-with-ui
Teach the basics of building a GUI drawing tool using the DOM.
Last synced: 28 May 2026
https://github.com/FlyUltra/TheCalculatorGUI
Simple Java calculator in GUI
calculator example gui java simple
Last synced: 10 Mar 2025
https://github.com/theelderemo/tg-media-browser
A desktop GUI for browsing your Telegram chats, listing the videos in any chat, and either streaming them in app or with any external player you have installed
gui python telegram telegram-client telegramapi video-player
Last synced: 28 May 2026
https://github.com/filiprokita/qrcreator
QRCREATOR is a simple Python project that generates QR codes based on user input. It uses the qrcode and PIL libraries for image processing, and tkinter for creating a basic GUI. This project is a great introduction to image processing, GUI programming, and can be used as a beginner-friendly project for anyone interested in learning Python.
beginner-friendly graphic-user-interface gui image-processing pil python qr-code-generator qr-generator qrcode qrcode-generator simple-project tkinter
Last synced: 24 Mar 2025
https://github.com/filiprokita/pyclicker2
pyClicker2 is a desktop application written in Python with a GUI built using tkinter. It is an automation tool that can simulate mouse clicks at a specified CPS (clicks per second) and is useful for automating repetitive tasks or for gaming. The program is open source and can be used for personal or commercial purposes.
autoclicker automation clicker desktop development game gui open-source productivity python tkinter
Last synced: 02 Jul 2026
https://github.com/filiprokita/mp4tomp3
This is a Python program for converting MP4 video files to MP3 audio files. It uses the tkinter and moviepy libraries and has a simple GUI interface.
audio-conversion audio-extaction audio-extractor converter file flile-handling gui moviepy mp3 mp4 mp4-to-mp3 mp4-to-mp3-converter python python3 thinkter video-conversion
Last synced: 24 Mar 2025
https://github.com/viavxxx/gradient_tool
🎨 一个功能强大的渐变色图像生成桌面应用,支持 Perlin 噪声纹理效果、20+ 预设和独立打包
design-tool desktop-app gradient gui python texture-effects
Last synced: 16 Jan 2026
https://github.com/kopach-artem/todo-list
This repository hosts a Java-based TODO list application, featuring a sleek graphical user interface (GUI) built upon the Swing framework. It is designed to provide an intuitive and efficient way to manage tasks.
bme gui java java-8 java-swing swing-gui todoapp todolist
Last synced: 24 Mar 2025
https://github.com/ideepakpg/python-calculator-tkinter-gui
calculator gui python python-calculator tkinter-gui tkinter-python
Last synced: 24 Mar 2025
https://github.com/victoriaraven/intermediate-java-programming-projects
Intermediate-Java-Programming-Projects based on UMGC course.
Last synced: 28 Mar 2025
https://github.com/ciwga/unbloatware
Uninstall bloatware apps from your android phone
Last synced: 20 May 2026
https://github.com/azuregray/odia-agentic-interface
An On-Device completely offline personal AI Agent that has both user interface and an always-active kernel-level interface that can interact with the programs you write and the apps you run.
api api-on-path api-prompting chatgpt claude cli deepseek dolphin gemini gui gui-application ollama ollama-app on-device-ai on-device-api openwebui python-integration tiny-ml
Last synced: 25 Mar 2025
https://github.com/mattmoony/towers-of-hanoi
Visually solving the Towers of Hanoi.
algorithm algorithms canvas gui html5 javascript logic towers-of-hanoi towersofhanoi visual visualization web
Last synced: 03 Jul 2025
https://github.com/francescozoccheddu/refinement-schemes-editor
Hexmesh refinement schemes editor
Last synced: 11 Jun 2025
https://github.com/manishdait/shutdown-tool
Shutdown tool program written in Java using Java Swing
Last synced: 11 Jun 2025
https://github.com/streanger/duplicate
files duplicate viewer
duplicate-detection duplicates gui python tkinter-python
Last synced: 04 Apr 2025
https://github.com/paritoshbh/s3-explorer
GUI for browsing S3 buckets, to facilitate local development. Currently tested against localstack & MinIO.
Last synced: 21 Feb 2026
https://github.com/somodidenise/virtual-memory-simulator
C++ Virtual Memory Simulator with a Qt GUI for visualizing address translation, page faults, TLB operations, and page replacement strategies.
cplusplus fifo gui lru operating-systems qt simulator tlb virtual-memory
Last synced: 21 May 2026
https://github.com/rixiiz/drum-learner
Generate drum rhythms and drum partitions based on music
artificial-intelligence gui lilypond machine-learning magenta neural-network python tkinter
Last synced: 12 Apr 2026
https://github.com/vaibhav-pant/tic-tac-toe
Tic-Tac-Toe Game GUI using Java
gui java javaswing tictactoe-java-game
Last synced: 29 May 2026
https://github.com/jbenner-radham/pocket-up
A forthcoming Linux GUI app to download and update openFPGA cores on the Analogue Pocket.
Last synced: 16 Mar 2025
https://github.com/starbobis/3dmigoto-sword-lv3-gui
Simple GUI for 3Dmigoto-Sword
Last synced: 22 Apr 2025
https://github.com/polluxtroy3758/pypwdgen-gui
Simple password generator GUI
gui learning-by-doing password-generator personal-project python3 tkinter
Last synced: 06 Jul 2026
https://github.com/elb4rto/craplog-gui
Parse Apache2 logs to create statistics
apache2 apache2-logs gui java logs statistics
Last synced: 23 Apr 2025
https://github.com/la16aquaman/roblox-synapse
Roblox Synapse Executor is a top-tier script execution tool for Roblox, valued for its advanced features and stability, enabling seamless Lua scripting for game modifications and customization.
authentication bloxfruit-script bloxfruits-autofarm-script executer exploit game gui hack lua roblox roblox-lua roblox-script roblox-scripts roblox-synapse
Last synced: 23 Jul 2025
https://github.com/hassanzafar-2021/energyconsumptioncalculator
Cost-Saving/Power Consumption Calculator Program
backend calculator gui java scanner
Last synced: 09 Apr 2025
https://github.com/alkesst/dev-chatdesktop
Desktop GUI for Dev-Chat made with qt creator
cmakelists cpp cpp11 dev-chat gui interface network networking qt qt5 qtcreator
Last synced: 07 May 2026
https://github.com/mantiereid/calculator
A simple calculator made in java.
basic calculator college gui java math project simple swing
Last synced: 12 Mar 2025
https://github.com/Jemeni11/Password-Generator-GUI
A simple app that generates passwords. Built with Kivy.
gui kivy password-generator python python3
Last synced: 10 Mar 2025
https://github.com/bhargav-joshi/login-gui-interface-in-python
Login GUI Interface in Python
Last synced: 09 Apr 2025
https://github.com/williamfzc/uiseg
UISeg is a Python library for automatic segmentation of user interface (UI) images into meaningful regions. It leverages adaptive thresholding, morphological operations, and connected components analysis to detect and merge UI blocks, making it useful for UI analysis, automation, and research.
automation block cv gui screenshot segmentation ui
Last synced: 16 May 2026
https://github.com/iamwarning/height-conversion
Simple converter
converter gui height-calculation pyinstaller python python-gui-tkinter python-to-exe python3
Last synced: 24 Mar 2025
https://github.com/rabbikazmi/minecraft-gui
web-based crafting inventory system inspired by the minecraft interface, this project replicates a crafting experience.
css3 gui html5 javascript js minecraft pretty tonejs
Last synced: 12 Apr 2026
https://github.com/emanuelbertey/notebertey
A simple text editor made in Godot Engine, an example of how to load and select system files and how we can manipulate directories
edittext gdscript godot godot-engine godot4 gui
Last synced: 29 May 2026
https://github.com/olivervea/fourierart
A tiny project attempting to recreate a piece of audio-visual art where wood is cut to resemble the waveform of an audio file.
fft gui matplotlib pyqt5 python signal-processing
Last synced: 31 Mar 2025
https://github.com/astynax/dialogui-htk
HTk-based GUI for the Dialogui package
Last synced: 09 Apr 2025
https://github.com/tagoworks/spotium-mac
Start enjoying your music. With Spotium you get a straightforward appealing way to enjoy your music without ads. In about one second your listening experience will be smoother and more enjoyable.
ad-blocker gui macos python shell spotify-premium-for-free tkinter
Last synced: 12 Apr 2026
https://github.com/abdelrahman822000/banking-system
A client-server banking system application that handles user authentication, account management, transaction processing, and administrative operations.
banking-system client-server cpp gui gui-application python qt qtcreator
Last synced: 07 Jan 2026
https://github.com/screamman-ssh/zoommeetingjoiner_v.1
This is a zoom meeting room collector, easy for student that have many of meeting room for each subject. The program may help you get a better way to sign in zoom.
automation csv-files gui pandas-library pyautogui python tkinter tkinter-gui
Last synced: 09 Jul 2026
https://github.com/nanitefactory/pictionary-on-unix
It was possible to display GUI via SSH! An X-Window application programmed from scratch.
gui ipc pictionary pipe posix posix-threads scp shared-memory solaris solaris-system ssh ssh-client ssh-server synchronization unix x-windows
Last synced: 09 Apr 2025