Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.19 KB

README.md

File metadata and controls

29 lines (21 loc) · 1.19 KB

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