Skip to content

Solivagant14/generate-password

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password Generator

Table of Contents

Introduction

Welcome to the Password Generator, a powerful tool to create secure and unique passwords for your online accounts and applications. This project combines the frontend elements (HTML, CSS, and JavaScript) for a user-friendly interface and a Python backend for generating strong passwords.

Features

  • Generate strong and random passwords with customizable criteria.
  • Choose the length of your password.
  • Include or exclude uppercase letters, lowercase letters, numbers, and special characters.
  • Copy generated passwords to your clipboard for easy pasting.
  • Save generated passwords to a text file for future reference.

Demo

You can check out the live demo of the Password Generator here: Password Generator Demo

Installation

To run the Password Generator on your local machine, follow these steps:

  1. Clone the repository to your local system:

    git clone https://github.com/your-username/password-generator.git
    
  2. Change to the project directory

    cd password-generator
    
  3. Start a local server

    python -m http.server
    
  4. Open your web browser and access the Password Generator at 'http://localhost:8000' (or the URL provided by your local server).

Usage

  1. Once you access the Password Generator in your web browser, you will see the user-friendly interface with options to customize your password.

  2. Specify the password length, and choose which character sets you want to include in the generated password.

  3. Click the "Generate Password" button, and the tool will display your generated password.

  4. You can click the "Copy to Clipboard" button to copy the generated password for immediate use.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published