Showing 21 open source projects for "python user interface"

View related business solutions
  • 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
  • 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
    Selenium-python Helium

    Selenium-python Helium

    Selenium-python but lighter: Helium is the best Python library

    ...The difference is that Helium's API is much more high-level. In Selenium, you need to use HTML IDs, XPaths and CSS selectors to identify web page elements. Helium on the other hand lets you refer to elements by user-visible labels. As a result, Helium scripts are typically 30-50% shorter than similar Selenium scripts. What's more, they are easier to read and more stable with respect to changes in the underlying web page. Selenium-python is great for web automation. Helium makes it easier to use. Helium ships with its own copies of ChromeDriver and geckodriver so you don't need to download and put them on your PATH. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    tacklelib

    The C++11 library, msvc2015u3/gcc5.4 + cmake,python,bash,vbs modules

    https://sourceforge.net/p/tacklelib/tacklelib/ci/master/tree/README.md https://sourceforge.net/p/tacklelib/tacklelib/ci/master/tree/README_EN.txt https://sourceforge.net/p/tacklelib/tacklelib/ci/master/tree/README_EN.deps.txt https://sourceforge.net/p/tacklelib/tacklelib/ci/master/tree/README_EN.linux_x86_64.txt https://sourceforge.net/p/tacklelib/tacklelib/ci/master/tree/changelog.txt
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    contools

    console tools, batch scripts, shell scripts, shell tools, utilities

    https://sourceforge.net/p/contools/contools/ci/master/tree/README.md https://sourceforge.net/p/contools/contools/ci/master/tree/README_EN.txt https://sourceforge.net/p/contools/contools/ci/master/tree/README_EN.deps.txt https://sourceforge.net/p/contools/contools/ci/master/tree/changelog.txt
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    Warehouse Controls

    A versatile building control system using ESP32 type controllers.

    A building control system which includes an Access control database combined with a easy graphical user interface. This system includes at conception, an array of controllers and sensors to allow the monitoring of occupancy, access, lighting and HVAC.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Desktop and Mobile Device Management Software Icon
    Desktop and Mobile Device Management Software

    It's a modern take on desktop management that can be scaled as per organizational needs.

    Desktop Central is a unified endpoint management (UEM) solution that helps in managing servers, laptops, desktops, smartphones, and tablets from a central location.
    Learn More
  • 5
    AWA-Core

    AWA-Core

    Full application for factory, process engineer and Automation..

    NEW -- NEW -- NEW -- NEW -- NEW AWA-Core 2025 is coming with a totally new architecture. The core is now in Client/Server architecture and open to other applications. New interfaces for the server and client sides. Stay tuned !! AWA-Core (Another Way of Automation) is a complete suite that allows engineers, PLC programmers and factory designers to create huge projects for retrieving data, creating graphics, automatic scripts, exports and data links. You can easily manage AWA-Core and...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 6
    SimpleDCS
    SimpleDCS is a Distributed Control System made easy - fully configurable both on hardware and a software level. Experimental stage (alpha)
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7

    autoplot

    Simple Gnuplot automation and plot conversion tool.

    Autoplot is a simple Perl script to plot Gnuplot files with simple dependency checking and conversion of the plots to different formats using rsvg-convert. The Gnuplot scripts must plot to a SVG terminal and output the result to STDOUT for the script to work as intended. The script reads all .gnuplot files in the working directory and creates SVG plots from them in svg subdirectory. SVG plots can be converted to PDF and PNG format, while the resulting files are placed in pdf and png...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    temp manager
    remove the temporary files using Temp manager, and automate the operation (remove the files every 5 seconds). Built with python. Interface : Tkinter.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    XyZerKunG ServerTool
    XyZerKunG ServerTool helps you to make your own Minecraft server and play with your friend for a few minutes
    Downloads: 0 This Week
    Last Update:
    See Project
  • Axe Credit Portal - ACP- is axefinance’s future-proof AI-driven solution to digitalize the loan process from KYC to servicing, available as a locally hosted or cloud-based software. Icon
    Axe Credit Portal - ACP- is axefinance’s future-proof AI-driven solution to digitalize the loan process from KYC to servicing, available as a locally hosted or cloud-based software.

    Banks, lending institutions

    Founded in 2004, axefinance is a global market-leading software provider focused on credit risk automation for lenders looking to provide an efficient, competitive, and seamless omnichannel financing journey for all client segments (FI, Retail, Commercial, and Corporate.)
    Learn More
  • 10
    O.N.O.S

    O.N.O.S

    Open Network Object System

    Open Network Object System A Internet of things Content management system. Would you like to automate and controll remotely your home appliances from internet or lan using your phone /pc ? This program is for you! Internet of things made easy for everyone. Open source , simple to use , no need to know any programming language , you can add your programs easy , it runs bash command!every linux system will run it , portable . No installation required! just copy the folder where...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    LUAndroid

    Embedded operating system that runs LUA scripts

    The aim of this project is to provide an easy to use fast prototyping platform for embedded systems. The hardware is targeted to be small, DIP package hybrid technology chip. In the current phase it runs on Microchip demo boards. http://www.microchip.com/dm320005-2 http://www.microchip.com/dm320006 and SunDisk Ultra 16Gb SDcard
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    SteppedStateMachine

    SteppedStateMachine

    Creates and operates a stepped state machine

    Implements a stepped state machine, i.e. a state machine which executes a single state transition at a time. Because of this, no data, e.g. state data, can be stored between executions. Instead, any such data must be stored in persistent storage between executions. This permits operation of the state machine as a CGI program in a web server. A WSGI or fastCGI or other such web server is not required. Received symbols may be received from sources outside the state machine, or may be...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    GUItars

    GUItars is designed for the analysis of high throughput RNAi data.

    Please refer to the original article published in PLOS ONE at http://www.plosone.org/article/info%3Adoi%2F10.1371%2Fjournal.pone.0049386. GUItars's user-friendly graphical interface enables rapid analysis of RNAi and small molecule screens. GUItars uses SSMD for hit selection, which is preferred for its ability to diminish sample size effects and the false hit rate, making it superior to other widely used HTS analysis methods. The program can handle the analysis for screens without replicates as well as with replicates. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    ezLINX

    ezLINX iCoupler Isolated Interface Development Environment

    The ezLINX iCoupler Isolated Interface Development environment provides developers with a cost-effective, plug and play solution for evaluating eight physical Layer, digitally-isolated communication standards(USB, RS-422, RS-485, RS-232, CAN, SPI, I2C and LVDS). The Blackfin ADSP-BF548 processor is used to run the uCLinux operating system and allows for easy customization through the open source hardware and software platform. Development time is significantly reduced for embedded designers...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Homemotion

    Homemotion is a Java based control center for home automatation.

    ...It uses of an internal notification bus that is connecting different components. The usage of generic attributes and adapters allows to add (and mix) different hardware backends. The default UI interface is build using newest JavaFX technology and also includes a small JavaFX UI framework. It should be easy to implement/provide additional or custom hardware backends or UI functionality by implementing corresponding plugins. The functionality provided by default includes: * Control Devices * Sensors * Scenarios * Security Devices and Alarms * Automatic Schedules * Automatic Event Triggers * An extendable Macro Engine, by default supporting Javascript and Java * A tree managed navigation * User Management and Authorization * Multiple Buildings Support
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    QMC Logic Minimizer

    QMC Logic Minimizer

    combinational logic functions minimization

    QMC Logic Minimizer is a versatile application for fast simplifying truth and reduce lines tables. This program offers a comfortable user interface for generating and minimizing of the combinational logic functions. It is unique for its possibility of minimizing several functions at the same time. This program is intended for practical digital devices constructors as well as formal scholars and academics. Features: - You can minimize up to 16 input variables and up to 16 output variables...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    flex

    flex

    flexmodbus Plugin based HMI interface

    Try it it's free, completly! Flexible interface for MODBUS HMI application. It uses Modbus TCP/IP protocol. Largely tested on WAGO PLC. Feel absolutely free to contact me at dddomodossola (at) gmail (dot) com, for any suggestions or questions ;-) Simple to configure with .flx configuration files editable with text editor. Plugin based. C++ open source code using Nokia Qt libraries. Tested on linux, you need to recompile. Free Free Free!!! Share your own new Plugins.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    XYZ Machine
    Software application, firmware and U.I. for 4-motors 3-axis milling machine, open hardware, software and mechanics. See also project in details for schematics and images on http://www.contesti.eu/opensource/xyz-dc-motor-controller
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    ACTIface (A Customizable TP-UART Interface) connects a PC to a KNX TP1 (EIB TP) network. It is built around a popular ASIC (the TP-UART) and optionally includes a microcontroller for improving communication with the PC (or standalone operation).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    CO2_Sensor

    CO2 Sensor based on NDIR principle. Bacnet and Modbus

    CO2 sensor with Humidity & Temp transmitters are designed for environment monitoring and controlling in industrial, commercial and other buildings. These transmitters can be used for indoor C02, temperature and humidity monitoring. The modbus interface provides easy setup and integration into large systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Green Cloud Online portal

    Green Cloud Online portal

    Green cloud: A versatile sensor based precision agriculture system, in

    In Green Cloud here is a central global server which does the work of global database management along with providing complex analysis services for the users (farmers, scientists) through the client machines and the public access web portal. The existing agricultural databases throughout the world can also be used for inference purposes and their data may also be updated by our server. The meteorological servers can be accessed for climate data.This server-client architecture mandatory in...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next