Skip to content

added a print statement that combines the words for easy copy and paste#1

Open
jay13jay wants to merge 1 commit intoscottmsul:masterfrom
jay13jay:master
Open

added a print statement that combines the words for easy copy and paste#1
jay13jay wants to merge 1 commit intoscottmsul:masterfrom
jay13jay:master

Conversation

@jay13jay
Copy link

literally just a one line change, it prints the password generated in one line so that you can easily copy and paste it


print "entropy per word: " + str(entropy)
print "total entropy: " + str(total_entropy)
print "password:\t%s" % password
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you change the tab to a space so it's consistent with the other two print statements?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants