arminha / python-aosd

Python bindings for libaosd: an on screen display (OSD) library, which uses Cairo to create high quality rendered graphics to be overlaid on top of the screen.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-aosd

python-aosd is a Python binding for libaosd: an on screen display (OSD) library, which uses Cairo to create high quality rendered graphics to be overlaid on top of the screen.

build

Requirements

Build requirements

Building

python-aosd uses distutils. Building it is as simple as running

python setup.py build

in the root directory.

Running

python setup.py install

will install python-aosd.

Changelog

Version 0.2.5

  • Move to GitHub

Version 0.2.4

  • Replace command module in setup.py with subprocess

Version 0.2.3

  • Bug Fix: correct value of aosd.PANGO_ALIGN_CENTER

Version 0.2.2

  • move to git
  • Bug Fix: fix indentation in aosd.pyx

About

Python bindings for libaosd: an on screen display (OSD) library, which uses Cairo to create high quality rendered graphics to be overlaid on top of the screen.

License:MIT License


Languages

Language:Python 100.0%