3 Sylvain Fourmanoit <syfou@users.sourceforge.net>
7 It is a way to use the Ghosd library to flash text on screen from Python with
8 minimum fuss; unlike what the name might suggests, this does not contains Python
13 - Ghosd 0.0.1 and its dependencies (i.e. if you can build Ghosd, you are fine)
14 - Python (tested on 2.4.4 and 2.5.1), including the development headers.
16 Compilation and Installation
17 ----------------------------
18 pyghosd comes with a distutils script. In most cases, it should be enough to
19 perform, with proper privileges:
21 -----------------------
22 python setup.py install
23 -----------------------
25 See `python setup.py --help` for details.
29 See `pydoc ghosd` once pyghosd has been installed.
33 - Add proper Unicode support.