Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 464 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 464 Bytes

XKCD-Password-Generator

A memorable and secure password generator by combining 4 random words together

Set up

  • Clone the repo: git clone https://github.com/khvitri/XKCD-Password-Generator.git
  • For Linux and Mac: Traverse to the project directory and enter ./xkcdpwgen [flag and arguments] to run the password generator
  • For Windows: Traverse to the project directory and enter python .\xkcdpwgen.py [flag and arguments] to run the password generator