Search Results for "python user interface" - Page 47

Showing 3882 open source projects for "python user interface"

View related business solutions
  • 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
  • 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
  • 1
    XNavigator - OpenStreetMap Globe

    XNavigator - OpenStreetMap Globe

    XNavigator is a Virtual Earth browser and viewer for http://osm-3d.org

    XNavigator is the online viewer for the OpenStreetMap Globe at http://osm-3d.org and much more. It is an interactive 3D viewer and integrated client for exploring virtual city and landscape models. A wide range of interaction and navigation possibilities makes it easy to visualize and analyze very detailed virtual urban environments. XNavigator is the first application that supports the Web3DService (W3DS) service interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    Simple Use Case Documentation Tool

    A simple tool to document use cases.

    This is a simple tool with a user interface to key in use case text and spell out PDF documentation. Each use case will have the following captured. 1) Use Case Name 2) Page over view. 3) Pre conditions 4) Wireframe (image) 5) Business Rules 6) Main Flow 7) Alternate Flow 8) Post Condition 9) Error scenarios 10) Technical details Usability Features: 1) Open existing usecase for editing. 2) Save copy of a use case with new use case name. 3) Retain use case export order. 4) Information messages are shown in notification bar with 'fade' effect. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Gorp

    Easy Video Editor - graphical interface to non-linear video editor

    Gorp is an easy-to-use non-linear video editor primarily driven using a graphical interface. It is intended as an entry level tool for video editing, but will provide enough flexibility for more advanced users. Currently it can read and write MPG1 and MPG2 files, and transform them on the way. The number of transforms available is limited, but will grow. View the video flow at any part of the flow diagram, step forward, backward etc to make sure that it is correct. Write your own...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    Dungeons & Dragons Adventure connection

    Interface for Players and DMs of Dungeons and Dragons

    This is a small Interface for Players and DMs who play Dungeons and Dragons®. For Questions and/or bugs please write a ticket or visit our forum. Dungeons and Dragons® is a registered Trademark of Wizards of the Coast.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Business Automation Software for SMBs Icon
    Business Automation Software for SMBs

    Fed up with not having the time, money and resources to grow your business?

    The only software you need to increase cash flow, optimize resource utilization, and take control of your assets and inventory.
    Learn More
  • 5

    AndroidFileManager

    Simple and very Fast File manager for Android with clean UI

    This is basically a file manager where user can scan through all this files stored on his/her external storage. When I first started this application, my main aim was, it has to be very simple and very fast with clean user interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    GWT Java class wrapper around the excellent Ext.ux.DatePickerPlus component created by Marco "Lubber" Wienkoop. URL http://www.lubber.de/extjs/datepickerplus/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    aim is to provide support for monitoring system behaviour through dynamic analysis, and for analysing and modeling this data for a better understanding of system behaviour and for test automation
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    ipmems

    ipmems

    Real-time data acquisition and visualization software

    Cross-platform data acquisition and visualization software with an embedded HTTP-server, binary protocol parsing library, protocol emulation server, remote secure administration server, embedded Groovy scripting facilities and HMI (SCADA) visualization module.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Duplicate Checker

    Duplicate Checker

    Duplicate Checker searches your folders for identical files

    Duplicate Checker searches your folders for identical files. It comes with an easy to use graphical user interface, and an effective command line mode.
    Downloads: 0 This Week
    Last Update:
    See Project
  • AestheticsPro Medical Spa Software Icon
    AestheticsPro Medical Spa Software

    Our new software release will dramatically improve your medspa business performance while enhancing the customer experience

    AestheticsPro is the most complete Aesthetics Software on the market today. HIPAA Cloud Compliant with electronic charting, integrated POS, targeted marketing and results driven reporting; AestheticsPro delivers the tools you need to manage your medical spa business. It is our mission To Provide an All-in-One Cutting Edge Software to the Aesthetics Industry.
    Learn More
  • 10
    LapTimer
    A wxPython program for recoding lap times for almost anything. Supports multiple vehicles.Records pit times, so they can be analyzed as well.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    RJE FlexCubizer

    Convert Alliance Access RJE files to FlexCube compatible format

    Alliance Access (developed by SWIFT: www.swift.com) is a messaging and interface application used to exchange financial messages over SWIFTNet. RJE is a batch file format commonly used to exchange messages between Alliance Access and back-office applications. It's a very old file format, not fancy XML. FlexCube (developed by Oracle: www.oracle.com/us/industries/financial-services) is one of the world's top core banking systems and as such has an Alliance Access compatible batch file...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 12
    NIProjects contains several libraries mainly intended for Java programmers. It includes TableLayout, GuiLib and Datamappers libraries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    This Amazon Mechanical Turk (MTurk) SDK is no longer under active development as of TK. The latest MTurk SDKs, with support for most common programming languages, are now a part of the Amazon Web Service (AWS) SDKs at https://aws.amazon.com/tools/. With the AWS SDKs, you can also connect to MTurk using the AWS Command Line Interface (https://aws.amazon.com/cli/), allowing you to perform operations from your Windows, Mac, or Linux command line without having to write code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    XML validating & querying tool

    Comman-line interface XML validating & querying tool

    The program processes the given source XML file according to command-line arguments. It can validate the file (with -x or -d option) or query XPath expression (with -p option). Usage: java -jar clivaq.jar -- shows the help screen java -jar clivaq.jar -d <file.dtd> <file.xml> -- validates the <file.xml> java -jar clivaq.jar -x <file.xsd> <file.xml> -- validates the <file.xml> java -jar clivaq.jar -p "<XPath expression>" <file.xml> -- evaluates an XPath expression
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Chronogram Editor

    Chronogram Editor

    Build digital chronogram quickly and easily

    Chronogram Editor software helps you to quickly build chronograms thanks to its intuitive graphical interface. It is developped in Java and is compatible with any operating system implementing a Java Runtime Environnment.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 16

    ProSym

    Software package that facilitates traffic simulation

    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    JS SmartM3 KP API

    javascript API for SmartM3

    Porting of the SmartM3 Triple Space's KP on JavaScript. Due to limitations on JS connectivity a "WebSocket to TCP" relay has been developed in order to enable JavaScript KP to communicato with a SmartM3 SIB. Relay is based on jWebSocketServer. User manual currently only in italian :(
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Моя сборка маинкрафта
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Jepp (Java Embedded Python) embeds CPython in Java. It is stable and thread-safe, and is suitable for many different scripting needs. Note: for most purposes Jep is now at https://github.com/mrj0/jep Releases can be found on pypi: https://pypi.python.org/pypi/jep/3.1.0
    Downloads: 3 This Week
    Last Update:
    See Project
  • 20
    clip5 text clipboard manager

    clip5 text clipboard manager

    Simple interface which can be used as a clipboard manager

    It's a Java application which can be used as a clipboard manager. Just click on any of the textfield/textarea to copy the the displyed text into the system clipboard, where it will be ready to be pasted in another application like an e-mail client, a word processor ... Data are saved in text files. Edit the .txt files in order to best suit your needs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Enterprise
    Enterprise is an open source monitor and advanced log parser. Based on Enterprise ship state system controller of Star Trek, It is able to let you know about the state of your services in a given time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    AntViz2

    A Tool to Visualize the Execution of Apache-Ant Projects

    This Ant BuildListener is capable to visualize the execution of an ant project in a similar way as AntViz do. This tool is completely rest on the Ant's build listener interface and provides a precise result (e.g. imports are handled correctly).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Jython is a Java implementation of the Python language. It allows users to compile Python source code to Java byte codes, and run the resulting bytecodes on any Java Virtual Machine. It is the successor to JPython.
    Downloads: 17 This Week
    Last Update:
    See Project
  • 24

    Simple Hibernate Data Handler

    This library package allows developers to access DB in a easy way.

    [NO LONGER UPDATED] The Simple Hibernate Data Handler implements a basic interface for CRUD, suportting HQL, Named Queries and SQL. Stupidly simple for Hibernate ORM 4. Extend a BasicCrud class and enjoy!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Ant tasks to create Python distributions, run unit tests, run coverage, build Sphinx documentation, etc.
    Downloads: 0 This Week
    Last Update:
    See Project