Skip to content

sidd0894/Password-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Random Password Generator

This password generator creates strong, secure, and random passwords. You can specify both the length of the password and the number of passwords you want to generate.

How to run this project?

To run this follow the steps given below-

  1. Install python:
    Get python from python.org if you don't have it yet. This project is compatible with Python 3.x.

  2. Download or Clone the Repository:
    Download the zip of this repository from the green 'Code' button on top or you can clone this repository using the following command:

    git clone <repository-url>
    
  3. Navigate to the directory where the repository is saved in your system and open terminal in that directory.

  4. Now run this command in the terminal:

    python password-generator.py
    

Releases

No releases published

Packages

No packages published

Languages