Search Results for "python tkinter" - Page 2

Showing 178 open source projects for "python tkinter"

View related business solutions
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    Build gen AI apps with an all-in-one modern database: MongoDB Atlas

    MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
    Start Free
  • 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
    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: 3 This Week
    Last Update:
    See Project
  • 2
    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: 73 This Week
    Last Update:
    See Project
  • 3
    Molecular Weight Calculation

    Molecular Weight Calculation

    Molecular weight calculation is a lightweight desktop application

    ... ❌ Error handling for invalid formulas. 📦 Lightweight and runs fully offline. 🖼️ Includes custom application icon for desktop use. 🧰 Built With: 1. Python 2. Tkinter (GUI) 📦 Source Includes: 1. Python source code 2. .exe file in a zip folder
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    MiniMonitor

    MiniMonitor

    Lightweight capture card & mic monitoring with minimal resources

    ...Ideal for Elgato and other capture devices, it detects connected video and audio inputs, tests microphones, and provides real-time video and audio playback. Users can select devices through a simple GUI, toggle Fullscreen display, and quickly check functionality without heavy software overhead. Built with Python, OpenCV, PyAudio, and Tkinter, MiniMonitor is perfect for streamers, content creators, and anyone needing low-latency monitoring of capture cards and audio sources.
    Downloads: 6 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 5
    TOPCEE

    TOPCEE

    Python GUI tool for estimating plant CAPEX, OPEX, and profitability

    TOPCEE (Toyese Oyegoke Process Cost & Economic Evaluator) is a GUI-based Python application designed to assist chemical engineers, researchers, and students in evaluating the profitability of chemical/process plants. The app calculates capital and operational expenditures (CAPEX & OPEX) and provides key profitability metrics such as: **ROI (Return on Investment) **IRR (Internal Rate of Return) **NPV (Net Present Value) **Payback Period (Discounted and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    workcells

    Object based peer to peer asynchronous communication network.

    A workcell is an anonymously instantiated object which communicates with other similar objects using a message based asynchronous network. This model is base don industrial automation which uses autonomous workcells and simple networking. A star topology is used where all workcells connect to a central hub, also a workcell, which queues and forwards messages between objects. A workcell is derived from a high level Tkinter class like Toplevel, Labelframe or Frame and a Transceiver class for...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    DataPrep

    Python-based data preprocessing tool

    DataPrep v0.2 is a Tkinter-based GUI application/tool designed to assist users in data preprocessing, multicollinearity removal, and feature selection for a wide range of applications in Cheminformatics, Bioinformatics, Data Analysis, Feature Selection, Molecular Modeling, Machine Learning, and Quantitative-structure-property relationship (QSPR) studies. It includes functionality to load, process, and save datasets with support for different preprocessing & multicollinearity removal...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    py_automata

    Virtual machines communicating over a virtual network.

    By using virtual machines, known as workcells, to communicate with other virtual machines over a virtual network, creating complex event driven programs becomes very simple. For example, the USB port interface is completely autonomous and doesn't have an API. Instead, it interacts with other workcells by receiving three request messages, 'Read', 'Write' and 'Query' and transmitting 'Read' and 'Write' status messages. This is based on the industrial automation programming model where complex...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    usb-loadcell

    USB loadcell meter using an MCP2210 chip to interface with an HX711

    An MCP2210 chip along with a CD74HC132E quad Nand gate used as glue logic is used to interface with an HX711 load cell amplifier. Python along with the PyUSB library is used for control. Tkinter is used as both a visual interface and thread manager. The program uses workcells which are virtual autonomous machines which communicate over a virtual peer to peer network. This results in a very simple asynchronous event driven program environment. Communication between workcells is done by message passing along with an object as payload. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10
    Easy Beginner's Environment in QT

    Easy Beginner's Environment in QT

    This is a port of the ebe programming environment to QT.

    ...It used to support Fortran and this could return if people want Fortran. This project is an effort to recode ebe using C++ and QT. Originally ebe was coded using Python, Tkinter and Pmw, which worked out pretty well. The QT environment offers substantially better GUI controls. The most obvious difference is that Python ebe has a lot of separate windows, while the QT ebe will use 1 main window and a collection of dockable subwindows. This will make it easier to use.
    Leader badge
    Downloads: 8 This Week
    Last Update:
    See Project
  • 11
    Filt8- v3.6 alerts for WSJT-X FT8

    Filt8- v3.6 alerts for WSJT-X FT8

    Alert and filter QSO for WSJT-X FT8 FT4

    Filt8 - v3.6 release - Requires Python 3.x (3.10 or higher on Mac) Scrollable maps for small screens State data as of Feb 25, 2024. Map saves settings. Map features: filter by band, click to Lookup. Offline Maps to show station grid locations as you decode them in real-time (Check out js8mapper project on https://sourceforge.net/projects/js8map/ for this same option for JS8Call) Map feature allows filtering by band, listings by callsigns or grids, and callsign lookups via QRZ...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 12

    pyDaSSQLiteMan

    An easy way to manage SQLite databases and query CSV files

    Welcome to the project page for pyDaSSQLiteMan (Python Data and SQLite Manager). This application is a Python Tkinter application designed to enable easy SQLite database file manipulation, and an easy method to run SQL styled queries on CSV files. If you're not downloading the pre-compiled executable you will need Python to run this app. You can download it from http://www.python.org/ .
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Email Scraper and Validator
    This is a simple desktop application built with Python and Tkinter that allows users to scrape email addresses from websites and validate them using an external API. It also provides features to save the scraped emails to a database, and export the data to various file formats. 1. Enter a list of website URLs or emails in the input field. 2. Click the Scrape button to scrape email addresses from the provided websites. 3.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14

    RyuX-Passgen

    RyuX Passgen is an open-source password generator

    RyuX Passgen is an open-source password generator built using Python and Tkinter. It allows users to generate secure passwords with customizable length and stores previously generated passwords in a CSV file for future reference.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    System Resource Monitor

    System Resource Monitor

    SRM a lightweight desktop app for real-time CPU and Memory monitoring.

    System Resource Monitor is a lightweight, Python-based desktop application designed for real-time monitoring of CPU and Memory performance. Built with Tkinter for the GUI, Matplotlib for dynamic graphing, and Plyer for cross-platform desktop notifications, this tool empowers users to keep track of CPU and memory usage efficiently. With customizable update intervals, data exporting capabilities, and built-in alerts for resource spikes, System Resource Monitor is perfect for anyone looking to keep an eye on their computer’s health without the bloat of heavier tools. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    Android Device ToolKit

    Android Device ToolKit

    Android Device Info Manage Your Android Device Easily Graphically.

    Android Device Toolkit is a robust GUI application crafted in Python using tkinter, tailored for seamless management of Android devices through ADB commands. It simplifies device connectivity with automatic detection and list display, facilitating quick identification and selection. Detailed device insights such as battery status and properties are readily accessible, enhancing diagnostic capabilities.
    Downloads: 13 This Week
    Last Update:
    See Project
  • 17
    3D Box rotation

    3D Box rotation

    Simple example of draw and rotate 3D box

    ...Rotation speed regulated in simple Loop with 10 ms sleep. Use Java version 8 (OpenJDK 8, OracleJDK 8, OracleJRE 8, ..). Higher versions have an anti-aliasing error in the BufferedImage ( Windows 10 ). Python version with tkinter and math imports. Including calculated faces, moving lights and shadows only with CPU.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    ESRM

    ESRM

    Un "Screen Recorder" codificado 100% con AI, escrito en python.

    🎥 Effect Screen Recorder Master (ESRM) ESRM es un programa para grabación de pantalla con efectos visuales en tiempo real, hecho 100% con chat GPT, está escrito en python y con interfaz gráfica en Custom Tkinter, se usa FFMPEG para realizar las grabaciones (en cualquier caso, debe instalar FFMPEG y añadirlo al PATH). Está escrito en python v3.12.8, pero está disponible desde las 3.11.6 y superiores. Usa CustomTkinter para una interfaz moderna y ffmpeg para realizar las grabaciones en formato.MP4. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Data Preprocessing Automate

    Data Preprocessing Automate

    Data Preprocessing Automation: A GUI for easy data cleaning & visualiz

    Data Preprocessing Automation is a Python-based GUI application designed to simplify and automate data preprocessing tasks. It allows users to upload Excel files, automatically handle missing values, remove duplicates, and detect and remove outliers using statistical methods. The application provides data visualization tools, including box plots for distribution analysis and scatter plots for exploring relationships between variables.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    ImageRevise Pro

    ImageRevise Pro

    ImageRevise Pro - Effortless Image Resizing & Optimization Tool

    ImageRevise is a streamlined Tkinter-based application that makes image resizing and optimization effortless. With its intuitive interface, you can easily resize images while maintaining the aspect ratio, add custom watermarks with customizable positions, and optimize images for web use by adjusting quality levels. The application also lets you view and remove EXIF metadata, ensuring privacy and reducing file size. Features like multi-threaded image processing keep the app responsive...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    CSVSplitter
    # CSV Splitter Uma ferramenta para dividir arquivos CSV em múltiplos arquivos com base na quantidade de registros especificada, mantendo a integridade dos dados e permitindo configurações de charset, separador e formatação. Ideal para lidar com grandes arquivos CSV que precisam ser fragmentados para melhor manuseio e processamento. ## Funcionalidades - **Divisão de CSV**: Divide o arquivo original em múltiplos arquivos CSV, com o número de registros por arquivo definido pelo...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22
    Tkinter Designer

    Tkinter Designer

    An easy and fast way to create a Python GUI

    Tkinter-Designer is a tool that allows developers to generate Python GUI code using Tkinter directly from Figma designs. By leveraging Figma’s design export capabilities, the tool parses the layout and transforms it into a working Tkinter interface. This helps streamline UI development by bridging the gap between design and code, making it accessible for developers and designers alike.
    Downloads: 44 This Week
    Last Update:
    See Project
  • 23

    Sezioni

    Python tool for section property evaluation and stress calculation

    This software is a basic tool for section property evaluation and stress calculation, written in python. The section can be imported or input by points and then can be modified moved, rotated etc.. Area and section inertia can be exported. Loads can be applied (multiple load cases can be imported) and the related stresses are calculated by mean of De Saint Venant formulas. Results are plot with selectable color maps. Point results are listed and may be exported. Section can be also...
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    o'scopepy

    Oscilloscope using PC sound card and Python 3

    Version 6 uses a programming paradigm based on workcells which communicate with each other using text based signals. This creates a parallel programming environment with autonomous virtual machines communicating over a peer to peer network. The workcells are instantiated anonymously, therefore all methods and variables are completely private. Tkinter is used for both GUIs and for creating a second event loop used for synchronizing workcell to workcell communication. Three classes, Hub,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    ConvertText

    ConvertText

    ConvertText lets anyone change the case of your text easily.

    ConvertText is a very handy text tool where you can change between cases like Uppercase, Title Case, Random Case, Reverse Text, Backwards Text, Phonetic Alphabet and 1337 (Leet Speak).
    Downloads: 0 This Week
    Last Update:
    See Project