Add terminal option

Adds ability to be used exclusively in the terminal by adding an
integer as the first command line argument (e.g., "dicekey 7").
This commit is contained in:
2016-11-10 21:00:26 -05:00
parent abeffc5fc2
commit 8a9e17ad0d
2 changed files with 24 additions and 11 deletions

View File

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