app broken up into individual files/modules

This commit is contained in:
azivner
2017-08-13 19:43:33 -04:00
parent 415a5f58f1
commit 191f70477c
17 changed files with 426 additions and 352 deletions

View File

@@ -1,8 +1,9 @@
#!/usr/bin/python
import bcrypt # pip install bcrypt
import getpass
import bcrypt # pip install bcrypt
password1 = getpass.getpass()
print('Repeat the same password:')