Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 722 Bytes

File metadata and controls

23 lines (18 loc) · 722 Bytes

Overview

This program will generate a customizable password. The password has options for:

  1. Length
  2. Uppercase letters
  3. Numbers
  4. Special Characters

Development Environment

  • Visual Studio Code
  • Python 3.8.5

Execution

Set up the program in VSCode
Execution of the program: python passwordgen.py

Program screenshot displaying "password generation"

Useful Websites

  1. Python Reference
  2. Project Inspiration
  3. Useful tips for basic version