Output with GUI

Simple output using Tkinter for the GUI.
This commit is contained in:
2016-05-19 03:52:09 -04:00
parent 3ec73d22c0
commit 50e75be7e8
3 changed files with 25 additions and 7 deletions

View File

@@ -17,7 +17,7 @@
from distutils.core import setup
NAME = "Dicekey"
VERSION = "0.1.0-prealpha"
VERSION = "0.2.0-prealpha"
AUTHOR = "Kris Lamoureux"
AUTHOR_EMAIL = "KrisPublicEmail@gmail.com"
URL = "https://github.com/Kris619/Dicekey/"