descriptionghosd text for Python
ownersyfou@users.sourceforge.net
last changeTue, 23 Oct 2007 07:07:25 +0000 (23 03:07 -0400)
content tags
add:
README
pyghosd
=======
Sylvain Fourmanoit <syfou@users.sourceforge.net>

What is it?
-----------
It is a way to use the Ghosd library to flash text on screen from Python with
minimum fuss; unlike what the name might suggests, this does not contains Python
bindings to Ghosd.

Requirements 
------------ 
- Ghosd 0.0.1 and its dependencies (i.e. if you can build Ghosd, you are fine)
- Python (tested on 2.4.4 and 2.5.1), including the development headers.

Compilation and Installation
----------------------------
pyghosd comes with a distutils script. In most cases, it should be enough to
perform, with proper privileges:

-----------------------
python setup.py install
-----------------------

See `python setup.py --help` for details.

Usage
-----
See `pydoc ghosd` once pyghosd has been installed.

To Do
-----
- Add proper Unicode support.

Legalese
--------
See LICENSE.
shortlog
2007-10-23 SylvainIndentation fix (and an excuse to test the repo!)master
2007-10-23 SylvainInitial commit
heads
16 years ago master