A simple Java program that generates secure random passwords with customizable length and strength checking.
- Generates random passwords
- Custom password length
- Password strength testing
- User-friendly navigation interface
- No external dependencies required
# Clone the repository
git clone https://github.com/Pupler/Password-Generator.git
# Navigate to project directory
cd Password-Generator
# Compile the Java program
javac PasswordGenerator.java
# Run the application
java PasswordGenerator