Clippy is a simple desktop application that renders chemical structures using different formats as input. The key thing is that the app reads the input directly from your clipboard (hence the name clippy) rather than a file. Once you have a rendered structure, you can export it in different formats (via the clipboard again).
Apart from being Open Source and fully configurable, Clippy has some features currently missing from other viewer, such as the ChEMBL ID, name and InChIKey look-ups, as well as image and name conversions.
Furthermore, the clipboard interface makes Clippy really convenient when one just wants to quickly check a structure.
Here's a list of input formats that are read from clipboard and rendered in Clippy:
- ChEMBL IDs (via ChEMBL look-up)
- SMILES (via RDKit)
- InChI Strings (via RDKit)
- InChI Keys (via ChEMBL look-up)
- Nomenclature (via OPSIN)
- Images (via OSRA)
The application was written in Python using wxPython and is natively cross-platform. It has been tested on Mac Mountain Lion, Windows XP and Ubuntu 12.04 machines. Clippy uses web services calls mainly to mnowotka's Beaker server. Therefore, you'll need a running instance of Beaker in your network. Clipper comes also packaged for MacOS. As a result, the packaged version doesn't have any other dependencies whatsoever (apart from a network connection and an Apple machine).