The number generator disproportionately favors digits 1-5 over 6. This fixes it using random's randint() function and the SystemRandom class. Function numgen() will now always return a list.
Simple output using Tkinter for the GUI.
Basic project structure with a very simple Diceware number generator.