psidialogs 0.0.4
python simple dialogs
Latest Version: 0.0.6
psidialogs (Python Simple Dialogs) is a common API for different standard dialogs like:
- message
- warning
- ask_string
- ...
- Backends:
- PyGTK
- Zenity
- easygui
- gMessage
- PyQt
- TkInter
- wxPython
- PythonDialog
- console
- EasyDialogs
- Links:
- home: https://github.com/ponty/psidialogs
- documentation: http://ponty.github.com/psidialogs
Some dialogs are too simple, because a common basic implementation is used where implementation is missing.
Basic usage
>>> from psidialogs import message
>>> message('Hello!')
Installation
General
- install setuptools or pip
- install the program:
if you have setuptools installed:
# as root easy_install psidialogs
if you have pip installed:
# as root pip install psidialogs
Ubuntu
sudo apt-get install python-setuptools sudo easy_install psidialogs
Uninstall
# as root pip uninstall psidialogs
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| psidialogs-0.0.4.tar.gz (md5) | Source | 2011-11-21 | 52KB | 256 | |
- Author: ponty
- Home Page: https://github.com/ponty/psidialogs
- Keywords: GUI common dialog
- License: BSD
- Categories
- Package Index Owner: ponty
- DOAP record: psidialogs-0.0.4.xml
