https://github.com/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.
https://github.com/arminha/python-aosd
osd
Last synced: 2 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/arminha/python-aosd
- Owner: arminha
- License: mit
- Created: 2015-04-01T19:23:18.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2021-01-13T19:44:03.000Z (over 5 years ago)
- Last Synced: 2026-03-28T00:37:01.700Z (3 months ago)
- Topics: osd
- Language: Python
- Homepage:
- Size: 29.3 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.
[](https://github.com/arminha/python-aosd/actions?query=workflow%3Abuild)
## Requirements
* Python >= 2.7
* [libaosd]
* [pycairo]
* [pangocairo]
## Build requirements
* [Pyrex] or [Cython]
* headers for [pycairo], [libaosd] and [pangocairo]
## Building
python-aosd uses [distutils]. Building it is as simple as running
```sh
python setup.py build
```
in the root directory.
Running
```sh
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
[libaosd]: https://github.com/atheme-legacy/libaosd
[pyrex]: http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex
[cython]: http://cython.org
[pycairo]: http://cairographics.org/pycairo
[distutils]: http://docs.python.org/library/distutils.html
[pangocairo]: http://www.pango.org/