Portable Hot!: Worddbcom
def get_definition(self, word): # Standard lookup query = "SELECT definition FROM definitions WHERE word = ?" self.cursor.execute(query, (word,)) return self.cursor.fetchall()
For those with technical skills, here’s a simple approach to creating your own portable version of WordDB.com: worddbcom portable