Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 876 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 876 Bytes

Password Generator / Manager

The password generator and manager generates a password. This password can include special characters; however, users have the option of whether to do this. The user can then choose to save this to a markdown file.

Setup and Install

In order to run the program, you must have python installed on your machine. Go to the official Python wesite and follow the installation instructions for your operating system.

There are no other dependencies to install.

Cloning the Repository

Click on the green Code button, copy the text in the SSH section. Then, in your terminal window an input the following command:

git clone (COPIED SSH)

Running the Program

To run the program, enter your terminal window and run the following commands:

cd (PATH_TO_REPOSITORY)/src
py pass_gen.py