Skip to content

Commit

Permalink
Update prpass
Browse files Browse the repository at this point in the history
  • Loading branch information
EKghost committed Nov 8, 2020
1 parent f9bb1b3 commit 45a2a36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cli-Tool/prpass
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import argparse
import json
import pyperclip

parser = argparse.ArgumentParser(
description="PR Pass Generate passwords easily",
Expand Down Expand Up @@ -97,6 +98,7 @@ class pr_pass(object):
luck %= len(ans1)

ans1 = ans1[0:luck] + char3 + ans1[luck:len(ans1)]
pyperclip.copy(ans1);
return ans1


Expand Down

0 comments on commit 45a2a36

Please sign in to comment.