Showing 178 open source projects for "tkinter python"

View related business solutions
  • Keep company data safe with Chrome Enterprise Icon
    Keep company data safe with Chrome Enterprise

    Protect your business with AI policies and data loss prevention in the browser

    Make AI work your way with Chrome Enterprise. Block unapproved sites and set custom data controls that align with your company's policies.
    Download Chrome
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do bestβ€”building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1
    Restaurant Management System

    Restaurant Management System

    Restaurant Management System written in Python using Tkinter

    Restaurants nowadays require modern solutions to handle daily tasks, especially when it comes to order handling as bookkeeping is outdated for modern times, in which human fault might cost the facility lots of money. Restaurant Management System (will be referred as RMS from now on) offers the following to tackle the problem. Store the configuration of the given restaurant and its menu to easily handle reservations and orders. Create and store orders for the requested tables. Generate and...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 2
    pyTermTk

    pyTermTk

    Python Terminal Toolkit - a Spiced Up TUI Library

    pyTermTk is a Text-based user interface library (TUI). Evolved from the discontinued project pyCuT and inspired by a mix of Qt5, GTK, and tkinter API definition with a touch of personal interpretation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Real-ESRGAN GUI

    Real-ESRGAN GUI

    Cross-platform GUI for image upscaler Real-ESRGAN

    The graphic interface of Real-ESRGAN, a practical and beautiful image magnification tool, refers to the design of waifu2x-caffe. This program is a graphical interface of Real-ESRGAN's command line program Real-ESRGAN-ncnn-vulkan , written in Python and tkinter, and supports Windows, Ubuntu and macOS platforms. According to actual measurements, arm64the single-architecture performance is better than universal2the dual- architecture Mac on the Apple chip, so Apple chip users are advised to pack arm64single-architecture applications by themselves. Real-ESRGAN can only enlarge the input image with a fixed 2-4x magnification (related to the selected model). ...
    Downloads: 135 This Week
    Last Update:
    See Project
  • 4
    Basic Website Studio (Tkinter Edition)

    Basic Website Studio (Tkinter Edition)

    Basic Website Studio (Tkinter Edition)

    A simple, lightweight code editor for basic web development, written in Python using the standard Tkinter GUI toolkit. This application is designed to run without any external Python libraries (like PySide6 or PyQt), making it ideal for easy distribution on Linux systems, such as in a .deb package.
    Downloads: 6 This Week
    Last Update:
    See Project
  • G-P - Global EOR Solution Icon
    G-P - Global EOR Solution

    Companies searching for an Employer of Record solution to mitigate risk and manage compliance, taxes, benefits, and payroll anywhere in the world

    With G-P's industry-leading Employer of Record (EOR) and Contractor solutions, you can hire, onboard and manage teams in 180+ countries β€” quickly and compliantly β€” without setting up entities.
    Learn More
  • 5
    This file is capable of creating tools in Python (preferably written using the tkinter graphical interface), but to do so, you need to have the latest version of Python installed on your computer. In addition, you must install pyinstaller using the command pip install pyinstaller to be entered in CMD. Alternatively, you can use this other .bat file that autonomously installs many Python utilities.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    PAGE
    PAGE is a drag-and-drop GUI generator for Python and Tkinter which generates Python modules that display a relatively simple GUI constructed from Tk and Ttk widget sets using the Place Geometry Manager. PAGE supports the construction of multiple toplevel GUI's. PAGE is a cross-platform tool running on any OS that has a current version of Python installed. PAGE output requires only Python Tkinter and runs on Linux, Unix, Windows, and even Rasperian. ...
    Leader badge
    Downloads: 524 This Week
    Last Update:
    See Project
  • 7

    free-csv-editor

    A small-size csv editor developed by Python

    This is a small-size csv editor developed by Python Treeview/Tkinter, and it could be integrated into any python-based programs for easy data processing. Another version is also provided as a simple text-based csv editor, which use tab (/t) to separate the data elements in csv editor. The source code could be run on Python2 or Python3 with Tkinter. Compared with many table-processing software, this small program will not add many commas at the end of each line because it is specially developed for csv data. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    ASA Server Manager
    ASAM is a Ark Ascended dedicated server manager. Able to install and manage large clusters with different settings seamlessly. Built to fix what other launchers were lacking in control and simplicity.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    jukebox

    jukebox

    Jukebox Music Player

    A modern Windows desktop jukebox app built with Python and Tkinter, now featuring a vibrant neon color theme and improved playback controls.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Automated RMM Tools | RMM Software Icon
    Automated RMM Tools | RMM Software

    Proactively monitor, manage, and support client networks with ConnectWise Automate

    Out-of-the-box scripts. Around-the-clock monitoring. Unmatched automation capabilities. Start doing more with less and exceed service delivery expectations.
    Learn More
  • 10
    pdf2wordx

    pdf2wordx

    Convertir "pdf" a documentos ".docx"

    `pip install pdf2wordx` Este proyecto usa "Tkinter" V8.6 y usa "pdf2docx" V0.5.8 para realizar las conversiones de PDF a DOCX. El programa es fΓ‘cil de usar, solo se dene seleccionar el archivo PDF, Bucar la carpeta donde se guardarΓ‘ el documento DOCX, finalmente de click en el botΓ³n "Convertir", el documento se convertirΓ‘ y guardarΓ‘ en la ruta especificada.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 11

    siglent_explorer

    Siglent SDS 1102CML+ interface using Python and PyUSB

    This is an interface to the Siglent SDS 1102CML+ digital scope that doesn't use VISA or other proprietary software. This is not an API, it's based on unique asynchronous, event driven programming model which uses virtual machines which communicate over a virtual network. Tkinter is used both for that graphical user interface as well as a thread manager. The programming model and the use of Tkinter makes development much simpler.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    factorizer

    factorizer

    Programa Para Factorizar/Simplificar Expresiones algebrΓ‘icas.

    Un programa con interfaz simple, para factorizar/simplificar expresiones algebrΓ‘icas. Nota 1: Se debe tener en cuenta la introducciΓ³n de expresiones vΓ‘lidas en el contexto de operadores de python, dentro del programa se aclaran los tres operadores que podrΓ­an estar mal usados, y como deben escribirse. Nota 2: Se debe tener Python >= 3..11.6 instalado previamente, no se agrega python en el ejecutable de "Factorizer" justamente para que sea muy portable y preciso. Este programa usa Python V3..11.6, Tkinter V8.6 y sympy V1.13.2 Β‘ES UNA VERSIΓ“N ALPHA!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Korad GUI

    Linux graphical user interface for Korad KD3005P power supply.

    Python and Tkinter based GUI for the KD3005P programmable power supply. Power supply virtual TTY port is identified by its serial ID in the '/dev/serial/by-id' directory. This is stored in a configuration file and from then on the power supply is plug and play.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 14

    Elliptical_Controller

    Hardware and software controls for a self powered elliptical machine.

    Hardware and software control of a self powered elliptical machine using an Arduino Nano. Tkinter is used both as a GUI and as a multithreading environment. Programming model is an industrial network with autonomous workcells communicating with each other. Each workcell is instantiated anonymously, maintains its own state and is completely private. Message passing between workcells is done over a virtual network. All control loops are single bit with 16 bit resolution without using analog...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Funi

    Python script for calculation of deflection of elastic ropes.

    ...The graphics of deflections and tensions are shown with reference to X coordinate, while the graphic of stretches is shown with reference to the curvilinear coordinate. The solution is found by iteration, by mean of Scipy Minimize functions of Python, version 1.10. The results may be exported to .csv or .txt files. Gui is provided with tkinter windows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    TapClock

    TapClock

    A minimalist Python clock & stopwatch app with tap controls

    TapClock is a minimal and distraction-free desktop app built with Python and Tkinter. It combines a fullscreen digital clock with a stopwatch mode controlled entirely by intuitive tap gestures. πŸ•’ Features: β€’ Fullscreen digital clock display β€’ Stopwatch mode with start, pause, and reset β€’ Tap-based gestures: single, double, triple, and quadruple tap β€’ Lightweight and fast on any Windows PC β€’ Clean interface with custom app icon This project is open-source under the MIT License. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    NetMonitor

    NetMonitor

    monitoring internent uses in windows

    NetMonitor is a simple program for monitoring upload and download data on the internet, developed using Python and the tkinter library. It provides real-time insights into your network's performance, allowing users to easily track data usage and active connections
    Downloads: 3 This Week
    Last Update:
    See Project
  • 18
    yapomo

    yapomo

    yapomo - Yet Another Pomodoro Timer

    This is a simple pomodoro timer to use during your work day, with a tkinter graphical interface.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 19
    Imaging Instruments Lite

    Imaging Instruments Lite

    Image processing App for Windows Desktop

    Imaging Instruments lite is a comprehensive image processing application developed following the Model-View-Controller (MVC) design pattern, utilizing Python, Tkinter, and OpenCV. It provides users with image manipulation capabilities, leveraging multi-threading with OpenMP and GPU acceleration using CUDA-C. Fueled by yerba mate and a passion for coding. Created by Agustin Tortolero. website: https://agustintortolero.pythonanywhere.com/ Source code: https://github.com/agustinTortolero/Imaging-Instruments-lite
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    NATTYA

    Communication application for USB to RS-232 connections.

    This Python and Tkinter application uses the features of UDEV to automatically identify USB to RS-232 type connections. Connected devices are shown in /dev/serial/by-id as a link to the virtual port. This is used for automatic connection. User settings such as baud rate and line endings associated with the unique ID are stored in a configuration file for future connections.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    ALMA pyconv

    this is a converter for Python 2 source files

    This script : - as a web script does a limited conversion on Python 2 source files (for example for run them by Skuplt) so that the source can be written in ALMA Python syntax, it comes with a complete web directory ('converter') and can be used by the page 'converter.php' in a server (but its main purpose is an online demonstration only !) - as a console script does a limited conversion on Python 2 source files so that the source can be written in ALMA Python syntax (but its main purpose is writing short Tkinter scripts only !) ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    ...λ‹€μš΄λ‘œλ“œν•œ λ°μ΄ν„°λŠ” μ‚¬μš©μžμ˜ %APPDATA%\FCOnlineImageSearcher 폴더에 μ €μž₯λ˜μ–΄ 맀번 λ‹€μš΄λ‘œλ“œν•  ν•„μš” 없이 λΉ λ₯΄κ²Œ λ‘œλ“œλ©λ‹ˆλ‹€. μ€‘μš”: μ‚¬μš© μ‹œ μ£Όμ˜μ‚¬ν•­ ν•œκ΅­ μ„œλ²„ μ „μš©: 이 ν”„λ‘œκ·Έλž¨μ€ NEXON의 FC 온라인 ν•œκ΅­ μ„œλΉ„μŠ€ APIλ₯Ό 기반으둜 μ œμž‘λ˜μ—ˆμŠ΅λ‹ˆλ‹€. λ‹€λ₯Έ κ΅­κ°€(예: λ² νŠΈλ‚¨, νƒœκ΅­, 쀑ꡭ λ“±)의 FC 온라인 μ„œλ²„μ—μ„œλŠ” μ„ μˆ˜ IDλ‚˜ 이미지 κ²½λ‘œκ°€ ν˜Έν™˜λ˜μ§€ μ•Šμ•„ μž‘λ™ν•˜μ§€ μ•ŠμŠ΅λ‹ˆλ‹€. μ–Έμ–΄: Python 3.11 GUI: Tkinter (파이썬 κΈ°λ³Έ 라이브러리) 라이브러리: requests (API 톡신), Pillow (PIL) (이미지 처리) FC Online Image Searcher A Python GUI application built with Tkinter that utilizes the NEXON Open
    Downloads: 90 This Week
    Last Update:
    See Project
  • 23
    Whatsapp Automation

    Whatsapp Automation

    automation on the whatsapp and send messege all contect automation

    A WhatsApp message sender with activation security, personalized messaging, attachments, and automation via Selenium. Includes Twilio-based activation, encrypted data, and a user-friendly interface using Tkinter.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    Video Object Remover – Frame-Accurate

    Video Object Remover – Frame-Accurate

    πŸŽ₯ A free & open-source Python tool to remove unwanted objects from videos frame-by-frame using brush masking and AI inpainting (OpenCV + FFmpeg). EXE included.

    Video Object Remover – Frame Accurate Edition is a free and open-source desktop application that helps you remove unwanted objects, logos, or watermarks from videos using brush-based masking and AI inpainting. The tool extracts video frames using FFmpeg, lets you mask objects frame-by-frame, and removes them using OpenCV. Built with Python and Tkinter, it features a modern dark-themed GUI, adjustable brush tool, zoom control, and real-time logging. The cleaned video is rebuilt and exported with original quality. Includes a precompiled Windows EXE for normal users (no Python required) and full source code for developers or students. Perfect for YouTubers, video editors, educators, and open-source enthusiasts...
    Leader badge
    Downloads: 72 This Week
    Last Update:
    See Project
  • 25
    ThanCad is a 2dimensional cad, with limited 3d support and raster inclusion capability and emphasis in engineering. It is being written in Python and since it uses the Tkinter library, it is platform independent.
    Leader badge
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next