Skip to content

Generates a random password of given length. Users may decide whether or not to include special characters in the password. Passwords are then saved into a passwords.md file in the repository.

Notifications You must be signed in to change notification settings

ningerson2002/password-generator-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Generates a random password of given length. Users may decide whether or not to include special characters in the password. Passwords are then saved into a passwords.md file in the repository.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages