资 源 简 介
python-aosd
NOTE: python-aosd has moved to `GitHub`: https://github.com/arminha/python-aosd
Python bindings for libaosd
Introduction
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.
Requirements
Python > 2.6
libaosd (of course)
pycairo
pangocairo
Build requirements
Pyrex or Cython
headers for pycairo, libaosd and pangocairo
Building
python-aosd uses distutils, so building it is as simple as running
python setup.py build