Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/musatahawar/password-generator-

This is a Simple python program which generates a password.
https://github.com/musatahawar/password-generator-

Last synced: 20 days ago
JSON representation

This is a Simple python program which generates a password.

Awesome Lists containing this project

README

        

# Password Generator

Password Generator is a Python program that helps you generate strong, random passwords to enhance the security of your accounts and data. This program creates passwords based on user-defined criteria, allowing you to customize the length and complexity of the generated passwords.

## Features

- Generate random passwords of customizable length.
- Customize password complexity with options for including uppercase letters, lowercase letters, numbers, and special characters.
- Copy generated passwords to your clipboard for easy use.
- Generates Password without any python module.

## Usage

1. Clone the repository:

```bash
git clone https://github.com/your-username/password-generator.git
cd password-generator