Diceware Passphrase Generator with GUI
Diceware is a technique that uses dice to generate a random number that is 5 digits long. The 5 numbers, between 11111 and 7776, is then used to look up a word according to that word's index. Multiple words are then combined to produce a passphrase, with a recommended length of 6 words. See http://world.std.com/~reinhold/diceware.html for more information.
The diceware method was developed by Arnold G. Reinhold, Cambridge, Massachusetts, USA. Copyright © 1995-2015
The English Diceware Word list used with this software ('diceware.wordlist') is licensed by Arnold G. Reinhold under the Creative Commons CC-BY 3.0
(see http://creativecommons.org/licenses/by/3.0/) license.
"Diceware" is a trademark of A G Reinhold.
A package has not yet been produced, so for now it is necessary to manually download the 3 files, ('Dice Word Generator.pyw', 'diceware.py' and 'diceware.wordlist'), to a local directory.
This software was written using Python 3.4 and uses Tkinter package, which should already be packaged with the standard Python installation.
From the Command Prompt, type: python Dice Word Generator.pyw
From Windows Explorer, double-click on Dice Word Generator.pyw
From the terminal, type: python3 "Dice Word Generator.pyw