Explore a variety of simple, hands-on Java projects ideal for beginners. Sharpen your coding skills while creating command-line applications, games, and practical tools in Java. Perfect for those new to programming or looking to learn Java.
I would appreciate your help in reviewing and approving my PR for issue #10 (for Hacktoberfest). I have included a new Java class, RandomPasswordGenerator.java, to address this.
Main Features
User Input for Password Length: Allows users to specify the desired length of the generated password.
Character Type Selection: Users can choose to include uppercase letters, lowercase letters, digits, and special characters in the password.
Random Password Generation: The application generates a password based on the selected criteria.
Copy to Clipboard Functionality: Users can easily copy the generated password for use.
Requirements Popup: Displays a dialog outlining the requirements for password generation.
Please see below for screenshots of the application output:
Before Providing Input Values:
After Providing Input Values:
Handled few exceptions:
Thank you for your time, and I look forward to your feedback!
Hi @Janani-Balasooriya ,
Hope you are doing great!!
I would appreciate your help in reviewing and approving my PR for issue #10 (for Hacktoberfest). I have included a new Java class, RandomPasswordGenerator.java, to address this.
Main Features
Please see below for screenshots of the application output:
Before Providing Input Values:
After Providing Input Values:
Handled few exceptions:
Thank you for your time, and I look forward to your feedback!
Thanks Veerendernath