Podnova Player  Windows library  Podnova home
License: All
Sort by: Relevance

Python widgets for hmi in Title/Summary

Python - formlayout

Python - formlayout

formlayout is a tiny Python module for creating form dialogs/widgets to edit various type of parameters with having to write any GUI code (it requires Python 2.x and PyQt4 4.y, with x >= 5 and y > 3). The main advantage of formlayout over similar libraries is that it's very simple to use/install and that it's so light (it just needs PyQt4 to run).

  • Publisher: Pierre Raybaut
  • Home page: code.google.com
  • Last updated: February 14th, 2017
Python Tk Gui Builder

Python Tk Gui Builder

Python Tk Gui Builder is a Windows-based program that allows Python programmers to build graphical user interfaces using the included Tkinter (tk) widgets without having to write the source code. They simply point and click on widgets and their options.

  • Publisher: Carl Wenrich
  • Last updated: November 29th, 2017
Widgets Maker Lite

Widgets Maker Lite

Widgets Maker Lite is a program that enables you to create Android widgets without one line of code. You can easily create clock widgets, weather widgets, or even animated widgets. WidgetsMaker creates an APK file for you to upload it on Google Play for free or to sell. Also, you can insert adds to your app from the best ad providers and raise your profits.

  • Publisher: Yossoft
  • Last updated: March 14th, 2015

Python widgets for hmi in Description

GLG Toolkit CE

GLG Toolkit CE

With hundreds of reputed customers all around the world, the GLG Toolkit provides the industry with a sophisticated and robust graphical framework to create visual interfaces that require displaying real-time data in a dynamic way. You can build HMI (Human-Machine Interfaces) and SCADA-based user interfaces in various platforms, including mobile and web deployments.

  • Publisher: Generic Logic, Inc.
  • Home page: www.genlogic.com
  • Last updated: November 5th, 2015
VGDD

VGDD

Visual Graphics Display Designer is a powerful tool which enables you to easily and effortlessly design your application's GUI letting you to concentrate on the main program. VGDD is an IDE for developing complex User Interfaces for embedded projects based on Microchip's GOL (Graphics Object Library) widgets for all supported PIC(tm) families: PIC24 and PIC32.

  • Publisher: VirtualFab
  • Last updated: November 18th, 2013
FactoryTalk® View Site Edition (CPR 9 SR 2)

FactoryTalk® View Site Edition (CPR 9 SR 2)

FactoryTalk View® Site Edition (SE) is a supervisory HMI software package for enterprise solutions. It has a distributed and scalable architecture that supports distributed-server/multi-user applications, giving maximum control over information where you want it.

  • Publisher: Rockwell Automation, Inc.
  • Last updated: January 28th, 2012
AggreGate SCADA/HMI

AggreGate SCADA/HMI

AggreGate SCADA/HMI is a system for visualizing and operating processes, production flows, machines and plants. It is a highly reliable multi-user distributed solution that provides supervisory control and monitoring for many sectors.

  • Publisher: Tibbo Technology
  • Home page: aggregate.digital
  • Last updated: February 2nd, 2023
XWidget

XWidget

XWidget helps you customize your Windows desktop, mainly by creating and adding widgets. Right after the installation, the application’s icon appears at the System Tray, from where you can access most of its features. Three widgets also appear by default: a photo browser, a clock and weather info, which are enough for the user to know what the program is about.

  • Publisher: XWidget Software
  • Home page: www.xwidget.com
  • Last updated: September 12th, 2014

Additional Python widgets for hmi selection

Python - guidata

Python - guidata

guidata is a Python library generating graphical user interfaces for easy dataset editing and display. It also provides helpers and application development tools for PyQt4 and allows the user to enter each parameter through a graphical user interface, using widgets which are adapted to data types.

  • Publisher: Pierre Raybaut
  • Home page: code.google.com
  • Last updated: August 1st, 2016
Python - guiqwt

Python - guiqwt

Based on PyQwt (plotting widgets for PyQt4 graphical user interfaces) and on the scientific modules NumPy and SciPy, guiqwt is a Python library providing efficient 2D data-plotting features (curve/image visualization and related tools) for interactive computing and signal/image processing application development.

  • Publisher: pythonxy.com
  • Last updated: December 3rd, 2012
Python

Python

Python is an object-oriented programming language, comparable to Perl, Ruby, Scheme, or Java. It comes with a large standard library that supports many common programming tasks, such as connecting to web servers, searching text with regular expressions, reading, and modifying files.

  • Publisher: Python Software Foundation
  • Home page: www.python.org
  • Last updated: February 7th, 2024
Python numpy

Python numpy

NumPy is an extension for Python that allows complex scientific and mathematic functions to be executed in a quick way. NumPy allows large array objects, necessary to make large calculations or to speed up some mathematical functions. A definite essential for Python.

  • Publisher: Numpty Developers
  • Last updated: April 9th, 2009
Yahoo! Widgets

Yahoo! Widgets

Yahoo! Widgets are small, specific applications that you can run on your Windows or Mac OS desktop. The Yahoo! Widgets application is a desktop program that you need in order to run Yahoo! Widgets. The Widget Dock is a handy at-a-glance way of keeping on top of the information or entertainment the Widget handles

  • Publisher: Yahoo! Inc.
  • Last updated: September 29th, 2011
Python pygame

Python pygame

Pygame adds functionality on top of the excellent SDL library. This allows you to create fully featured games and multimedia programs in the python language. Pygame is highly portable and runs on nearly every halloween contacts platform and operating system. Pygame itself has been downloaded millions of times, and has had millions of visits to this website.

  • Publisher: Pete Shinners, Rene Dudfield, Marcus von Appen, Bob Pendleton, others
  • Last updated: November 17th, 2010
Python Launcher

Python Launcher

Python Launcher is an open-source program that allows Python scripts (.py and .pyw files) on Windows to specify the version of Python which should be used, allowing simultaneous use of Python 2 and 3. When executing a script, the launcher looks for a Unix-style #! (shebang) line in the script.

  • Publisher: Vinay Sajip
  • Home page: bitbucket.org
  • Last updated: August 7th, 2017
Python comtypes

Python comtypes

comtypes is a pure Python COM package based on the ctypes ffi foreign function library. ctypes is included in Python 2.5 and later, it is also available for Python 2.4 as separate download.rnrnWhile the pywin32 package contains superior client side support for dispatch based COM interfaces, it is not possible to access custom COM interfaces unless they are wrapped in C++-code.

  • Publisher: Python
  • Last updated: August 15th, 2011
Python - SendKeys

Python - SendKeys

SendKeys is a Python extension for Windows which can be used to send one or more keystrokes or keystroke combinations to the active window. SendKeys exports 1 function, SendKeys, and 1 exception, KeySequenceError. SendKeys may throw KeySequenceError if an error is found when reading keys. SendKeys reads all keys before pressing any, so if an error is found, no keys will be pressed.

  • Publisher: Ollie Rutherfurd
  • Last updated: May 26th, 2010
Python lxml

Python lxml

The lxml XML toolkit is a Pythonic binding for the C libraries libxml2/libxslt. The lxml.etree follows the ElementTree API as much as possible, building it on top of the native libxml2 tree. It combines the speed and XML feature completeness of these libraries with the simplicity of a native Python API, mostly compatible but superior to the well-known ElementTree API.

  • Publisher: Stefan Behnel
  • Home page: lxml.de
  • Last updated: May 28th, 2015