Showing 51 open source projects for "python user interface"

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

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • 1
    QBooru

    QBooru

    Simple viewer app for most Booru Sites, coded in Qt C++

    QBooru is a lightweight Windows and Linux client that allows users to see pictures from most booru sites, and download them, for example : - Gelbooru - Danbooru - Konachan - Yandere - Safebooru - Rule34 At the moment, it supports 4 APIs : - Gelbooru - Danbooru 2 - Moebooru - Derpibooru Searchs are done by the JSON APIs. Thumbnails are cached locally, and are re-used by the program if needed. Interface The current interface allows users to chose how many pictures they want...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2

    CFG.G.W.I. - Config GUI Window

    Provides message-box' like functionality for scripts

    Provides message-box' like functionality for shell scripts and outputs user input via defined GUI controls. A Program that can display custom controls, configured from simple format text files. Takes one config file on input and creates another as output. Namelly, input is JSON format text file and output is INI. In addition, there is a way to setup default values for GUI items being created. Author homepage: http://ikk.byethost9.com/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    JavaScript Thick Client

    JavaScript Thick Client

    Create a web browser "Thick Client" using JavaScript.

    JavaScript Thick Client (jstc) was created as a way to create web based programs that have to send large amounts of data. This system communicats with an application server via AJAX calls and JSON objects. Jstc encourages separation of the DOM and web form data by storing that data in the jstc.dataObject and viewing that object from a jstc.form. Jstc also has many pre-made validation and utility functions to shorten the web development process.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    Modabi

    Modabi is a Modular Data Binding system for Java

    Modabi is a Modular Data Binding library for Java, which aims to provide users with the most flexible and comprehensive feature set possible. Modabi can be used to provide mappings between Java objects in memory and a number of formats, including Yaml and XML, without any modification to existing business objects. Check out the wiki for a more in depth examination of the features of Modabi.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Cloud SQL for MySQL, PostgreSQL, and SQL Server Icon
    Cloud SQL for MySQL, PostgreSQL, and SQL Server

    Focus on your application, and leave the database to us

    Fully managed, cost-effective relational database service for PostgreSQL, MySQL, and SQL Server. Try Enterprise Plus edition for a 99.99% availability SLA and category-leading performance.
    Try it for free
  • 5

    Java HTTP REST interface

    Base for HTTP-REST Java application

    Simplified multithreaded Java HTTP server able to interpret GET/POST requests. Example dummy app included. It uses Apache2 as a proxy for AJAX calls and jQuery code as a client. ------- Requirements: For the Java HTTP server: - J2SE (SDK for compilation) For the exampe web app: - Apache2 with mod_rewrite and mod_proxy Client-side for the web app: - www browser supporting JS with jQuery --- Setup: - run Server.class from Java server files (java Server) in a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Library that provides ability to load and dump JSON data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Aurora Application Server is a new Python Web Application Server and Framework. The main goal of the project is to provide the developer with a complete set of tools to speed up the application development process. See project wiki for more information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    ndexr

    Indexes directories and outputs to JSON

    Tool to use from Python interactive interpreter or script. Use it to make JSON indexes of all files in a directory, or files of a certain type. Could be used to observe activity in a server directory, to generate JSON to send to clients searching remotely, or to keep an index of files in a directory when the user of that directory does not have permission to probe the files system for files without knowing their names. Uses a configuration file, or optionally you can pass configuration...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    AppletJAX

    JavaScript API for complex cross-multi-site messaging and management

    Bring multiple Web site's services together into a single application without having to build complex server-side code, proxies and signed applets. Combine HTML5's cross-site messaging and the ease of use of REST into a single powerful API and you have AppletJAX! Based on a simple "listener" or "observer" style interface, AppletJAX takes the hassle of managing who's messaging who, who's listening to who, which message belongs to whom and replaces it all with simplicity and elegance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Crowdtesting That Delivers | Testeum Icon
    Crowdtesting That Delivers | Testeum

    Unfixed bugs delaying your launch? Test with real users globally – check it out for free, results in days.

    Testeum connects your software, app, or website to a worldwide network of testers, delivering detailed feedback in under 48 hours. Ensure functionality and refine UX on real devices, all at a fraction of traditional costs. Trusted by startups and enterprises alike, our platform streamlines quality assurance with actionable insights. Click to perfect your product now.
    Click to perfect your product now.
  • 10
    CAJUN is a C++ API for the JSON data interchange format with an emphasis on an intuitive, concise interface. The library provides JSON types and operations that mimic standard C++ as closely as possible in concept and design.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    This is the Open Source RESTful client for the take.io platform.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Universal Data Exchange (UDEX) Server
    Universal Data Exchange server is a barebone modular server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    OpenRPGUI
    This is the OpenRPG User Interface (OpenRPGUI) project. The goal is to develop a collection of API's allowing RPG programmers to easily talk to various user interfaces. The first attempt will be talking with ExtJS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    HTTP functional and non-functional (load and performance) toolkit based on jython/grinder (http://grinder.sf.net) ...includes capabilities to support: SOA services, REST, json/xml encoding, AES and WS security ... and a stub to collect requests
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Python library provides the briefest way to construct SQL queries in JSON form. Simple example: ('*','table',id:[1,3]) is Select * from table where id in [1,3]. Sqlalchemy patch module is provided to extend sqlalchemy with convenient jsonSQL meth
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Gateway from twitter to mail
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    googlemaps

    Python wrapper for Google Maps V2 API

    * Note: The Google Maps V2 API used by this module has been deprecated. * For V3, consider pygeocoder: https://pypi.python.org/pypi/pygeocoder Easy-to-use Python wrapper for the Google Maps V2 and Local Search APIs. Provides geocoding, reverse geocoding, directions, and local search.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    CrimeWatching is a webbased interactive graphical map combined with quantitative data from the police to analyze and communicate the relationship between crimes and the places they happened.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    The system gives us flexibility. Flexibility in the development of various solutions. The modular design and extensive use of the PLO makes the process of developing new modules to the site easy and enjoyable exercise.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Pooji is a PHP Object-Oriented Javascript Interface, that build upon Prototype to provide full OO access to Javascript DOM inside PHP environment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    BeDesk is a Web Operating system powered by Bindows Ajax Framework. In the first stage pretends to be a multiple window enviroment for Google data APIs. The vision is creating a global interface. The mission is integrate the most powerful APIs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Python library that handles and manages communication between client and blip.pl server via blip.pl API.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Itemscript is a declarative provisioning language for rich internet applications. With Itemscript you can animate applications, pages and panel components using simple JSON payloads. This enables iterative development and non-destructive change.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Aparicio delivers accessible, AJAX-based web user interface (and example JEE/Servlets binding) to render and edit Semantic information. It allows users to easily create RDF data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    C#/.NET interface to Blip (Polish microblogging site) API.
    Downloads: 0 This Week
    Last Update:
    See Project
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.