https://github.com/aritrac1/passwordgenerator
A simple password generator built using Java and Java Swing. This application allows you to generate strong, random passwords with customizable options for length, inclusion/exclusion of special characters or symbols, numbers, uppercase & lowercase letters.
https://github.com/aritrac1/passwordgenerator
java java-8 java-gui java-swing java-swing-applications java-swing-gui password-generator
Last synced: 9 months ago
JSON representation
A simple password generator built using Java and Java Swing. This application allows you to generate strong, random passwords with customizable options for length, inclusion/exclusion of special characters or symbols, numbers, uppercase & lowercase letters.
- Host: GitHub
- URL: https://github.com/aritrac1/passwordgenerator
- Owner: AritraC1
- Created: 2025-02-08T09:10:27.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-08T09:17:35.000Z (about 1 year ago)
- Last Synced: 2025-02-17T01:31:39.879Z (12 months ago)
- Topics: java, java-8, java-gui, java-swing, java-swing-applications, java-swing-gui, password-generator
- Language: Java
- Homepage:
- Size: 505 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Password Generator
A simple yet powerful password generator built using Java and Java Swing. This application allows you to generate strong, random passwords with customizable options for - length, inclusion/exclusion of special characters or symbols, numbers, uppercase and lowercase letters.
## Features
- **Customizable Password Length**: Set the desired password length.
- **Character Options**: Choose whether to include lowercase, uppercase, digits, and special characters.
- **Easy-to-Use GUI**: Simple and intuitive graphical user interface (GUI) built with Java Swing.
## Technology & Tools Used
- **Java**
- **Java Swing**
- **IntelliJ IDEA (IDE)**
## Installation
1. Clone the repository:
```bash
git clone https://github.com/AritraC1/PasswordGenerator.git
```
2. Open the project in your IDE.
3. Build and run the project.
## Demo



