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

Python edid library in Title/Summary

Python Code Library

Python Code Library

Python Code Library is a powerful source code Library shipped with 1000+ lines of code, quick and powerful search engine, powerful printing capability, password protection, user notes & attachments handeling, favorites & rating support and more!

  • Publisher: OverZone Software
  • Last updated: May 27th, 2020
Python - gevent

Python - gevent

gevent is a coroutine-based Python networking library that uses greenlet to provide a high-level synchronous API on top of the libevent event loop. Main features: - Cooperative sockets with SSL support. - DNS queries performed through libevent-dns. - Monkey patching utility to get 3rd party modules to become cooperative. - Fast WSGI server based on libevent-http

  • Publisher: Denis Bilenko
  • Home page: www.gevent.org
  • Last updated: June 28th, 2013
AW EDID Editor

AW EDID Editor

AW EDID Editor is a useful application that allows you to open and edit any standard EDID binary file in a simple and intuitive way. It supports EDID Versions 1.3 and 1.4 as well as CEA-861-F Extension and can also retrieve EDID information for the displays which have been connected to your computer.

  • Publisher: Analog Way
  • Last updated: July 15th, 2016

Python edid library in Description

Pillow

Pillow

Pillow is an open source imaging library designed for Python. The Python Imaging Library adds image processing capabilities to your Python interpreter. You can use the library to create thumbnails, convert between file formats and print images. It is ideal for image archival and batch processing applications.

  • Publisher: Alex Clark
  • Home page: pypi.python.org
  • Last updated: February 18th, 2015
PyQtGraph

PyQtGraph

PyQtGraph is a pure-python graphics and GUI library built on PyQt4 / PySide and numpy. It is intended for use in mathematics / scientific / engineering applications. Despite being written entirely in python, the library is very fast due to its heavy leverage of numpy for number crunching and Qt's GraphicsView framework for fast display.

  • Publisher: PyQtGraph Team
  • Home page: pyqtgraph.org
  • Last updated: May 27th, 2020
Python coverage-3.0b3

Python coverage-3.0b3

Coverage.py is a tool for measuring code coverage of Python programs. It monitors your program, noting which parts of the code have been executed, then analyzes the source to identify code that could have been executed but was not. Coverage measures code coverage, typically during test execution.

  • Publisher: Python Software Foundation
  • Home page: pypi.python.org
  • Last updated: November 17th, 2011
Extron Electronics - EDID Manager

Extron Electronics - EDID Manager

Extron EDID Manager® is a software tool that can be a useful aid in troubleshooting potential EDID compatibility issues between a display and the source connected to it. The software allows you to read the display's EDID and generate a report, providing detailed information about the display device.

  • Publisher: Extron Electronics
  • Home page: www.extron.com
  • Last updated: December 9th, 2009
ELDIM - EDIDViewer

ELDIM - EDIDViewer

EDID Viewer is a simple solution for providing comprehensive information about identity and capabilities of your monitor (EDID 2.0) and of your DTV (EIA/CEA 861 Extension). EDID Viewer extracts & analyses EDID data from your windows registry or from the monitor plugged to the FPDLite Device (DDC link).

  • Publisher: ELDIM
  • Last updated: July 27th, 2012

Additional Python edid library selection

Python - PIL

Python - PIL

The Python Imaging Library (PIL) adds image processing capabilities to your Python interpreter. This library supports many file formats, and provides powerful image processing and graphics capabilities.The current free version is PIL 1.1.7. This release supports Python 1.5.2 and newer, including 2.5 and 2.6. A version for 3.X will be released later.

  • Publisher: pythonxy.com
  • Last updated: June 28th, 2013
Ampy

Ampy

Ampy is an open source pure-Python AMP library that provides a synchronous, blocking interface for making AMP calls (client interface). The program is also capable of delivering an asyncore-based asynchronous API for making non-blocking servers and clients.

  • Publisher: Eric P. Mangold
  • Last updated: November 13th, 2014
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
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
  • Home page: www.pygame.org
  • Last updated: November 17th, 2010
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
  • Home page: pypi.python.org
  • Last updated: August 15th, 2011
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
Python pywin32-210

Python pywin32-210

Python pywin32-210 is a set of Python extensions for Windows. In order to run Python flawlessly, you might have to change certain environment settings in Windows. Python usually stores its library (and thereby your site-packages folder) in the installation directory.

  • Publisher: Mark Hammond (et al)
  • Home page: sourceforge.net
  • Last updated: March 5th, 2008
Python - matplotlib

Python - matplotlib

Matplotlib tries to make easy things easy and hard things possible. You can generate plots, histograms, power spectra, bar charts, errorcharts, scatterplots, etc, with just a few lines of code. For a sampling, see the screenshots, thumbnail gallery, and examples directory

  • Publisher: Darren Dale, Eric Firing, Reinier Heeres, John Hunter, Jeff Whitaker, Michael Droettboom, Michiel de Hoon, Russell Owen, Benjamin Root
  • Home page: matplotlib.sourceforge.net
  • Last updated: April 28th, 2012
Python - nose

Python - nose

Python - nose is a discovery-based unittest extension (e.g. NumPy test module is using nose). Nose collects tests from unittest.TestCase subclasses, of course. But you can also write simple test functions, as well as test classes that are not subclasses of unittest.TestCase.

  • Publisher: pythonxy
  • Home page: code.google.com
  • Last updated: October 26th, 2016