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

@@ -8,7 +8,7 @@ be user friendly and encourage the adoption of strong random passwords.
Instructions on how to install from the git repository for developers.
* Clone the repository: `git clone https://github.com/Kris619/Dicekey.git`
* Install checkinstall: `sudo apt-get install checkinstall`
* Install dependencies: `sudo apt-get install python-tk checkinstall`
* Install Dicekey with GNU make: `make install`
* Clean up files: `make clean`