Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 292 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 292 Bytes

Random-Password-Generator

A basic random password generator with PyQt5.

Requirements

  • Python 3.6
  • PyQt5

Usage

# If you have python2 and python3 both use pip3 and python3 commands.

# Install PyQt5
pip install PyQt5

# Run program
python RandomPasswordGenerator.py