PlugBoard is an Application framework made in Python and built on top of setuptools and Zope interfaces which help the developer create a plugin-based application. The framework itself is very extensible, and allows the application to be extensible as well. An application is made up of a plugin resource (get all available plugins in the application), a context resource (organize plugins into different contexts), and an engine to let plugins communicate with each other into different environments (such as PlugBoard, GTK, Wx, Qt, Twisted, and so on) and provide some useful utilities.
pyWebSMS is a program which lets you send SMS through the Internet without opening a Web browser. You can send multiple SMS, save your contacts, view the history, and much more. It's completely modular, so you can add or remove providers for sending SMS. You can make your own module for your provider if one doesn't exists yet by programming it in Python.