Pyramba v0.1 ( http://pyramba.sf.net )
################################
(C)2004 Dmitry "Troydm" Geurkov
(dmitry_627@mail.ru)
################################
# # #Pyramba # # a clone of karamba # # written in Python # # using PyKDE # # #
################################
Pyramba - is a clone of Karamba written in Python using PyKDE It makes your desktop interactive by showing system status information: CPU Usage,MP3 playing,Free Memory Amount
This is the first release of Pyramba v0.1 !
I whant to explain the difference between pyramba modules and python modules: pyramba modules are imported using pyramba.importModule function They have a return value of bool type which is False if the module is not supported ! For example XmmsSensor and TempSensor are modules.
The difference between Pyramba API and SuperKaramba API: The SuperKaramba has function based API and pyramba API is Object based . It is based on classes from PyQT and PyKDE. Pyramba API doesn't have a documentation yet so examples in themes directory will help you get started creating your own cool themes and modules.
I am waiting for your feedback.
Dmitry "Troydm" Geurkov
To install type:
su
python ./install.py
To run type:
pyramba
- Requirments
- Python => 2.3 (http://www.python.org ) PyQT => 3.8 (http://www.riverbankcomputing.co.uk/pyqt/) PyKDE => 3.8 (http://www.riverbankcomputing.co.uk/pykde/)
Module Requirments:
PyXMMS => 2.0 (http://www.via.ecp.fr/~flo/) for XmmsSensor lm_sensors => 2.8 (http://secure.netroedge.com/~lm78/) for TempSensor
