Python plugins for Launchy — pylaunchy 0.9.0 documentation (original) (raw)

PyLaunchy is an extension to Launchy‘s plugin system, that allows developing Launchy plugins in the Python programming language.

Simple plugin development

Launchy has a C++ API for developing extension plugins, which can be developed in order to add new types of objects to the catalog, rather than just files.

However, using C++ to develop plugins, even with QT, can be difficult and tedious. This is where PyLaunchy comes to assist. In one hand, you have the simplicity of a scripting launguage, and on the other hand you have the power of the Python programming language.