/PasswordGenerator

Python GUI Project

Primary LanguagePythonMIT LicenseMIT

Password Generator

This is a simple Python GUI Application made with PyQt5 Library. This application helps to generate passwords

Some Screenshots

Screenshot 2021-09-17 124727 Screenshot 2021-09-17 125005

Languages Used

Python

How to use

  • Download and Install Python
  • Install the required libraries by -
pip install PyQt5
pip install qt5-tools
pip install pyperclip
  • Clone the repository
  • Run the app by -
cd src
python main.py

Hope you enjoy