Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/musatahawar/password-generator-
- Owner: MusaTahawar
- License: mit
- Created: 2023-11-01T16:43:00.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-01T16:45:21.000Z (about 1 year ago)
- Last Synced: 2024-11-09T17:19:03.505Z (3 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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