Showing 1059 open source projects for "python user interface"

View related business solutions
  • Pest Control Management Software Icon
    Pest Control Management Software

    Pocomos is a cloud-based field service solution that caters to businesses

    Built for the pest control industry, but also works great for Mosquito Control, Bin Cleaning, Window Washing, Solar Panel Cleaning, and other Home Service Businesses in need of an easy-to-use software that helps you simplify routing, scheduling, communications, payment processing, truck tracking, time tracking, and reporting.
    Learn More
  • Smart Business Texting that Generates Pipeline Icon
    Smart Business Texting that Generates Pipeline

    Create and convert pipeline at scale through industry leading SMS campaigns, automation, and conversation management.

    TextUs is the leading text messaging service provider for businesses that want to engage in real-time conversations with customers, leads, employees and candidates. Text messaging is one of the most engaging ways to communicate with customers, candidates, employees and leads. 1:1, two-way messaging encourages response and engagement. Text messages help teams get 10x the response rate over phone and email. Business text messaging has become a more viable form of communication than traditional mediums. The TextUs user experience is intentionally designed to resemble the familiar SMS inbox, allowing users to easily manage contacts, conversations, and campaigns. Work right from your desktop with the TextUs web app or use the Chrome extension alongside your ATS or CRM. Leverage the mobile app for on-the-go sending and responding.
    Learn More
  • 1
    phpCodeCabinetSI

    phpCodeCabinetSI

    Store Code Snippets

    phpCodeCabinetSI based in the phpCodeCabinet from Brad Fears <ddgenius@linuxmail.org>. phpCodeCabinetSI allows developers to store code snippets from any language. Features include user-defined categories, syntax highlighting, an extensive search engine, a theme-based interface, user authentication, and code/category ownership privileges.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    sqlamp is an implementation of an efficient algorithm for working with hierarchical data structures — Materialized Path. sqlamp uses (and depends of) SQLAlchemy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    pyBead

    Python object remoting via web server (apache etc...)

    Web server based python object transport. This is a CGI script / MOD_WSGI script that allows you to remote your own code through apache or other web servers. Example client runs best with urllib3 for persistance however will also work with standard library urllib2. Turn apache into your application server. The idea behind this project was to get something like Pyro that could do SSL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    SQLite Database browser is a light GUI editor for SQLite databases, built on top of Qt. The main goal of the project is to allow non-technical users to create, modify and edit SQLite databases using a set of wizards and a spreadsheet-like interface.
    Downloads: 3 This Week
    Last Update:
    See Project
  • Teradata VantageCloud Enterprise is a data analytics platform for performing advanced analytics on AWS, Azure, and Google Cloud. Icon
    Teradata VantageCloud Enterprise is a data analytics platform for performing advanced analytics on AWS, Azure, and Google Cloud.

    Power faster innovation with Teradata VantageCloud

    VantageCloud is the complete cloud analytics and data platform, delivering harmonized data and Trusted AI for all. Built for performance, flexibility, and openness, VantageCloud enables organizations to unify diverse data sources, run complex analytics, and deploy AI models—all within a single, scalable platform.
    Learn More
  • 5

    FenriSQL

    Tool to manage and automate Xtrabackup operations

    FenriSQL permits to automatically use commands from XtraBackup (www.percona.com). Using configuration files, you will be able to automatically make a full or incremental backup at a planned time every X week or every X day in a week. You will also be able to do a manual backup/restore. The scripts are written in Perl and need Xtrabackup to be installed on the host that runs the daemon. A PHP interface will be develop in the future to be able to use this with a graphical interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    RoguePHP
    Wicket like views in PHP. View templates are 100% valid XHTML documents. 20% faster than smarty templates on render and 100x faster on compile. Basic Log4J style logging with detailed log formatters. Basic internationalization support with tight view integration. Simple Java style Collections (ArrayList, HashMap), Observers and reusable Constraint system. MySQL DB support with detailed query profiling and local / distributed cache support. Very fast abstraction layer and easy to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    sqlsus is an open source (My)SQL injection tool, written in perl. It focuses on speed and efficiency, optimising the available injection space. It provides an easy to use interface with lots of neat features. For more information, please visit http://sqlsus.sf.net
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8

    VideoTk

    Sencillo administrador de base de datos de películas

    VideoTk está apuntado a simplificar el mantenimiento de una videoteca en la vida real (formada por cualesquiera medios de almacenamiento, por ejemplo discos DVD). Es un programa muy ligero, de poco tamaño en Mb (menos de 9Mb para el archivo comprimido que contiene dos versiones), lo que permite que se ejecute rápidamente incluso en computadoras viejas o de poca potencia. Las tareas básicas que permite realizar son: Buscar película en función de su título, genero, año, actor/es, calificación,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Zebra_Database

    Zebra_Database

    A MySQL database wrapper written in PHP

    Zebra_Database it is an advanced, compact (one-file only), lightweight, MySQL database wrapper built upon PHP's MySQL extension. It provides methods for interacting with MySQL databases that are more powerful and intuitive to use than PHP's default ones. It supports transactions and provides ways for caching query results either by saving cached data on the disk, or by using memcache. The class provides a comprehensive debugging interface with detailed information about the executed...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Payments you can rely on to run smarter. Icon
    Payments you can rely on to run smarter.

    Never miss a sale. Square payment processing serves customers better with tools and integrations that make work more efficient.

    Accept payments at your counter or on the go. It’s easy to get started. Try the Square POS app on your phone or pick from a range of hardworking hardware.
    Learn More
  • 10

    WordsGenerator

    Generate Possible Words For Words Game

    This is a python program that looks up possible words from a dictionary over 1,600 words. You type in letters that you have and the program will generate all possible words from the dictionary.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Camaroes
    Camaroes is a professional and modular Trouble Shooting Ticket system(TSTM). Camaroes Include: Database tool, File manager, Calendar, Webmail, a generator of module class button. Use a dynamique web interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Lightning Notes

    A simple web-logging system in PHP using an XML database.

    A simple web-logging system, created as a proof-of-concept. Fully standards compliant and accessible, it is designed to quickly set up a functional and structured site to conveniently track related and unrelated items. Written in PHP, using a flat-file, XML database, outputting an XHTML page with CSS skins.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    A tool that parses SQL Select statements and generates a diagram. The diagram shows parts of the underlying SQL directly in the diagram. For example x=30 , GROUP BY (year), HAVING MIN(age) > 18. It is easy to see cartesian joins and/or loops.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Ocean Sync

    Hadoop Management System

    OceanSync is an Hadoop Management System that allows users to control a variety of aspects of Hadoop. This includes a Graphical User Interface that allows a user to perform HDFS maintenance tasks and submit new jobs to the cluster. The OceanSync product sits on top of any Hadoop Architecture.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Janox

    Janox

    Full cross-tech development suite

    Janox is a PHP-based full cross-tech development suite: > DBMS and platform independent > HTML5-Javascript rich GUIs > Table driven development, no code > Application project full life-cycle management, team-development > Much more..!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Python DB API compliant module for accessing databases through the ODBC API
    Downloads: 5 This Week
    Last Update:
    See Project
  • 17
    PyDbLite is a pure-Python, fast, in-memory database with a Pythonic syntax (no SQL)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    The “RDB2RDF Mapper” is a Java based software desktop application which allows a user to create a mapping file between a relational database and an RDFS/OWL ontology via a graphical user interface. This project is ANDS-funded.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    MP-Suite is a client/server script that enables remote MySQL through an XML-RPC interface. This way, you can remotely access databases that are not remote-access enabled.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20
    Web-based (with desktop installation possible) application that helps keep track of and manage a book collection. Working demo (read-only) here: http://www.fraca7.net:8000/books/. Integration with an iPhone version planned.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    A widely-used open source support ticket system. It seamlessly integrates inquiries created via email, phone and web-based forms into a simple easy-to-use multi-user web interface. Modified only slightly from the parent Open Source Package per GPL st
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    OLAP aggregation engine with MDX support, web interface (slice & dice) and relational database backend. See "Documentation" for more. Presentation: http://cubulus.sourceforge.net/. See online demo courtesy of Webfaction, http://alxtoth.webfactional.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Camera Life
    Run your own photo website. Camera Life is PHP software you can run to show your photos on your own website. Camera Life is easy to setup and customize if want to blend it in with the rest of your site.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Web2.0 Interface for Database Administration
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    The csvdatamix project aims to randomize CSV input data files in order to conceal the original state of the data. Similar to data masking or data transformation. Also has mapping abilities to translate back to the original state of the data.
    Downloads: 0 This Week
    Last Update:
    See Project