Search Results for "python automatic gui generator"

Showing 92 open source projects for "python automatic gui generator"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS 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
  • 1
    OpenAPI Generator CLI

    OpenAPI Generator CLI

    A node package wrapper

    OpenAPI Generator CLI is a command-line interface for generating API client SDKs, server stubs, and documentation from OpenAPI specifications. It helps developers automate the process of creating client libraries and backend implementations for APIs.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 2
    spyder

    spyder

    The scientific Python development environment

    Spyder is a free and open source scientific environment written in Python, for Python, and designed by and for scientists, engineers and data analysts. It features a unique combination of the advanced editing, analysis, debugging, and profiling functionality of a comprehensive development tool with the data exploration, interactive execution, deep inspection, and beautiful visualization capabilities of a scientific package. Spyder’s multi-language Editor integrates a number of powerful tools...
    Downloads: 204 This Week
    Last Update:
    See Project
  • 3
    QualityScaler

    QualityScaler

    Image/video AI upscaler app (BSRGAN)

    Qualityscaler is a Windows app that uses BSRGAN Artificial Intelligence to enhance, enlarge and reduce noise in photographs and videos. QualityScaler is completely written in Python, from the backend to the front end. Image/list of images upscale. Video upscale. Drag&drop files [image / multiple images/video] Automatic image tiling and merging to avoid gpu VRAM limitation. Resize image/video before upscaling. Multiple Gpu support. Compatible images - png, jpeg, bmp, webp, tif. Compatible video...
    Downloads: 113 This Week
    Last Update:
    See Project
  • 4
    Pony ORM

    Pony ORM

    Pony Object Relational Mapper

    Pony ORM is a Python ORM that enables developers to write database queries using generator expressions and Pythonic syntax, making code more readable and intuitive. It automatically translates Python expressions into SQL and supports multiple databases including SQLite, MySQL, PostgreSQL, and Oracle. With an emphasis on simplicity and maintainability, Pony ORM is suitable for both small projects and complex applications.
    Downloads: 4 This Week
    Last Update:
    See Project
  • Photo and Video Editing APIs and SDKs Icon
    Photo and Video Editing APIs and SDKs

    Trusted by 150 million+ creators and businesses globally

    Unlock Picsart's full editing suite by embedding our Editor SDK directly into your platform. Offer your users the power of a full design suite without leaving your site.
    Learn More
  • 5
    Piccolo

    Piccolo

    A fast, user friendly ORM and query builder which supports asyncio

    Piccolo is a modern, fast, and type-safe ORM for Python, designed with developer ergonomics in mind. It provides a clean syntax for defining schemas and building queries while supporting both sync and async execution. With built-in admin tools and rich introspection, Piccolo is suitable for web apps, APIs, and small-to-medium scale backends that prioritize clarity and speed.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 6
    Segment Anything

    Segment Anything

    Provides code for running inference with the SegmentAnything Model

    ... automatic mask generator can sweep an image and propose many object masks, which is useful for dataset bootstrapping or bulk annotation. The repository includes ready-to-use weights, Python APIs, and example notebooks demonstrating both interactive and automatic modes. Because SAM was trained with an extremely large and diverse mask dataset, it tends to generalize well to new domains, making it a practical starting point for research and production annotation tools.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7
    Full Stack FastAPI and PostgreSQL

    Full Stack FastAPI and PostgreSQL

    Full stack, modern web application generator

    Generate a backend and frontend stack using Python, including interactive API documentation. Production ready Python web server using Uvicorn and Gunicorn. Very high performance, on par with NodeJS and Go (thanks to Starlette and Pydantic). Great editor support. Completion everywhere. Less time debugging. Designed to be easy to use and learn. Less time reading docs. Minimize code duplication. Multiple features from each parameter declaration. Get production-ready code. With automatic...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    TinyStatus

    TinyStatus

    Tiny status page generated by a Python script

    TinyStatus is a simple, customizable status page generator that allows you to monitor the status of various services and display them on a clean, responsive web page.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    CrowdAnki

    CrowdAnki

    Plugin for Anki SRS designed to facilitate cooperation

    ... through multiple GUI git clients. For our purposes here, I think GitHub Desktop is the best choice (as the most user-friendly client that works). There is one problem with GitHub Desktop, though - it doesn't have a Linux version. Which makes me particularly sad, as I use Linux as my main OS.
    Downloads: 2 This Week
    Last Update:
    See Project
  • No-Nonsense Code-to-Cloud Security for Devs | Aikido Icon
    No-Nonsense Code-to-Cloud Security for Devs | Aikido

    Connect your GitHub, GitLab, Bitbucket, or Azure DevOps account to start scanning your repos for free.

    Aikido provides a unified security platform for developers, combining 12 powerful scans like SAST, DAST, and CSPM. AI-driven AutoFix and AutoTriage streamline vulnerability management, while runtime protection blocks attacks.
    Start for Free
  • 10
    Lightweight' GAN

    Lightweight' GAN

    Implementation of 'lightweight' GAN, proposed in ICLR 2021

    Implementation of 'lightweight' GAN proposed in ICLR 2021, in Pytorch. The main contribution of the paper is a skip-layer excitation in the generator, paired with autoencoding self-supervised learning in the discriminator. Quoting the one-line summary "converge on single gpu with few hours' training, on 1024 resolution sub-hundred images". Augmentation is essential for Lightweight GAN to work effectively in a low data setting. You can test and see how your images will be augmented before...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    pywinauto

    pywinauto

    Windows GUI Automation with Python (based on text properties)

    pywinauto is a set of Python modules to automate the Microsoft Windows GUI. At its simplest it allows you to send mouse and keyboard actions to Windows dialogs and controls, but it has support for more complex actions like getting text data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Msc-generator

    Msc-generator

    Draws signalling charts, block diagrams and graphs from text input.

    NOTE! We have moved to https://gitlab.com/msc-generator/msc-generator All development happens there. Also, download new releases & submit issues there. A tool to draw various charts from textual descriptions. Currently, three types of charts are supported: Message Sequence Charts, generic Graphs, and Block Diagrams, with more to be added in the future. There is a command-line version for Linux and Mac (replacing mscgen), which now sports a GUI, as well. Msc-generator allows fine control...
    Leader badge
    Downloads: 60 This Week
    Last Update:
    See Project
  • 13
    Ghost CC Generator

    Ghost CC Generator

    CC Generator For Window

    CYBER GHOST CC GENERATOR is a local PyQt5 application that demonstrates card-format generation and Luhn-check logic with multilingual UI and exportable sample strings — intended strictly for learning, UI/demo, and authorized sandbox testing. Legal & Ethical Warning: this tool is not for processing real transactions or committing fraud; use only in private test environments or with explicit written permission from system owners.
    Downloads: 15 This Week
    Last Update:
    See Project
  • 14
    mindflow

    mindflow

    AI-powered CLI git wrapper, boilerplate code generator, chat history

    I-powered CLI git wrapper, boilerplate code generator, chat history manager, and code search engine to streamline your dev workflow. The ChatGPT-powered swiss army knife for the modern developer! We provide an AI-powered CLI git wrapper, boilerplate code generator, code search engine, a conversation history manager, and much more! Configure the model used for generating responses by running mf config and selecting either GPT 3.5 Turbo (default) or GPT 4. In order to use GPT 4, you'll need...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
     QR Code Generator [I.S.A]

    QR Code Generator [I.S.A]

    QR Code Generator [Improved.Simplified.Alternative]

    'QR Code Generator' an desktop application developed using python 3.11.4 and other add-on libaries. Can convert texts\links into QR codes.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    TextureAtlas Extractor and GIF Generator

    TextureAtlas Extractor and GIF Generator

    A powerful, free and open-source tool for extracting frames and animat

    TextureAtlas to GIF and Frames converts texture atlases into organized frame collections and GIF/WebP/APNG animations. Perfect for creating showcases and galleries of game sprites. Supported Spritesheet Types * Starling / Sparrow (XML) * TextPacker (TXT) + Can now also attempt to extract unsupported spritesheet formats through pixel, color and bounding box detection Official Download Sites: * https://sourceforge.net/projects/textureatlas-to-gif-and-frames/ *...
    Downloads: 26 This Week
    Last Update:
    See Project
  • 17
    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. Version 8 is a major release...
    Leader badge
    Downloads: 667 This Week
    Last Update:
    See Project
  • 18
    MzDOCK - Multiple Ligand Docking Tool

    MzDOCK - Multiple Ligand Docking Tool

    MzDOCK is A Virtual Screening Tool For Drug Discovery Research

    - Molecular Docking Virtual Screening Tool To Aid In Drug Discovery Research. - Published in Wiley, Journal of Computational Chemistry . Link: https://onlinelibrary.wiley.com/doi/abs/10.1002/jcc.27390 - Developed with Synchronized functioning of Python and Batch scripts -Integerated With Pymol-open-source for visualizing interaction (PSE file) generated from MzDOCK - Integrated with Molecule Drawing Tool - JSME Editor - If you are facing any issues or for queries . Contact us...
    Downloads: 118 This Week
    Last Update:
    See Project
  • 19
    RoboSuite 1.3

    RoboSuite 1.3

    The definitive solution to manage your backups and file copy operation

    # RoboSuite v1.3 - The Advanced RoboCopy GUI ## Introduction RoboSuite v1.3 is a powerful, free, and feature-rich graphical user interface (GUI) for the Windows command-line tool RoboCopy. Designed by Gianpaolo Aggiusti, this software elevates file copy and synchronization operations, making complex tasks simple and accessible to all users. Its purpose is to provide complete and intuitive control over RoboCopy, eliminating the need to memorize complex commands while adding a host...
    Leader badge
    Downloads: 16 This Week
    Last Update:
    See Project
  • 20
    Sudoku Solver For Windows

    Sudoku Solver For Windows

    A Sudoko Solver/Puzzle Generator For MS Windows

    Advanced Windows Sudoku solver and puzzle generator with a modern GUI interface. Features multiple solving techniques from basic to expert, including Standard Elimination, Hidden Singles, X-Wing, Swordfish, XY-Wing, and XYZ-Wing patterns. Generate puzzles across five difficulty levels (Easy to Extreme). Key Features: * Interactive puzzle input * Multiple advanced solving algorithms * Puzzle generation with guaranteed unique solutions * Save/load functionality with multiple slots...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 21

    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. Transmit data may be entered as ASCII or hex by using '#' as an entry mode escape character. Entering '#' will toggle...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 22
    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. Users can execute custom ADB commands flexibly, leveraging predefined options or entering...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 23
    RevLix Data Recovery Tool

    RevLix Data Recovery Tool

    Powerful Data Recovery Tool for PhotoRec

    RevLix is a powerful data recovery tool developed to recover deleted files on Linux systems. This program uses the PhotoRec infrastructure and provides a graphical user interface (GUI) for PhotoRec.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    Gen-PixAi

    Gen-PixAi

    modelAI 100% work Pixel Drawing Free No Limited

    ... of towns, dungeons, and overworlds. NPCs, monsters, equipment, item drops, and skill effects. Commercial and non-commercial projects with clear licensing rules. ✨ Key Features ✅ AI Pixel Generator: text → sprite/tileset (sizes 16×16, 24×24, 32×32, 48×48, 64×64, custom). ✅ Style Controls: NES/GB/SNES/GENESIS-like palettes, dithering, automatic outlines, tileability. ✅ Batch & Seed: batch generation + seed for reproducibility.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    BT Auto Locker

    BT Auto Locker

    A Bluetooth-based proximity locking tool for Windows

    Welcome to BT Auto Locker! Begin using the application within seconds—no complex setup necessary. Simply download the portable version and benefit from immediate, automatic Bluetooth-based locking to safeguard your PC. BT Auto Locker is an intelligent utility for Windows that automatically locks your computer whenever a trusted Bluetooth device (such as your phone, headphones, or watch) moves beyond the specified range, ensuring your system remains secure. BT Auto Locker v1.0.4 Release...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.