Skip to main content

python simple dialogs

Project description

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

Links:

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

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

psidialogs-0.0.3.tar.gz (53.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page