Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 891 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 891 Bytes

Password Generator

Overview

The Password Generator is a simple yet powerful tool that generates strong, random passwords for users. It allows customization of password length and complexity, ensuring secure and reliable passwords that can be used for various applications.


Features

  • Customizable Length: Generate passwords of different lengths based on user requirements.
  • Complexity Options: Support for alphanumeric characters and special symbols for increased password strength.
  • User-friendly Interface: Simple input fields for easy configuration of password settings.

Tech Stack

  • Programming Language: Python
  • Frontend: HTML, CSS
  • Libraries: Random, Flask

Installation

  1. Clone the repository:
    git clone https://github.com/dev-KartikSharma/Password-Generator