pyembryo

pyembryo is a minimal GUI toolkit for Python.
Download

pyembryo Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Alex Holkner
  • Publisher web site:
  • http://code.google.com/p/pyembryo/

pyembryo Tags


pyembryo Description

pyembryo is a minimal GUI toolkit for Python. pyembryo is a minimal GUI toolkit for Python. It can be used to "boot-strap" the user into downloading a larger GUI toolkit such as PyGTK, PyGame, pyglet, PyOpenGL, etc.There are two main functions:· message_box() displays an alert dialog to the user and waits for them to close it. It can contain either a single OK button, or an OK and a Cancel button.· open_url() opens a website in the user's default web browser. There are several convenience functions for checking that a minimum version of a package is installed. For example, to check that PyGame 1.7 or later is installed:import embryoif not embryo.check_pygame('1.7'): # Exit.Usageembryo.py is less than 4kb compressed. Drop the latest version into your project and import it as shown above. Don't bother requiring users to install it -- that defeats its whole purpose! Requirements: · GTK-2.0 or later


pyembryo Related Software