Skip to content

A program that randomly generates password(s) with constraints specified by the user.

Notifications You must be signed in to change notification settings

nlutala/password-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

password-generator

A program that randomly generates password(s) according to the length of the password, amount of numbers, symbols and uppercase letters to include in the password (as specified by the user).

Description

This program was created as a small project to help me to become familiar with string manipulation, list comprehension and testing in Python.

Getting Started

Dependencies

  • Please ensure that you have Python 3.8.5 or above installed on your computer.

Installing

Executing program

  • Once you have downloaded the program, open your terminal and navigate to the directory with the passwordGenerator.py file
  • Then type python passwordGenerator.py and start generating passwords!

Author

Nathan Lutala, nlutala

Version History

Acknowledgements

Inspiration for writing this readme

About

A program that randomly generates password(s) with constraints specified by the user.

Topics

Resources

Stars

Watchers

Forks

Languages