Skip to content

HassanYosuf/PassGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Password-Generator

A password generator is a software tool that creates random or customized passwords for users. It helps users create stronger passwords that provide greater security for a given type of access.The Password Contains alphabets(a-z & A-Z),Numeric Characters(0-9) and Special Characters( $, #, @, !,%,^,&,*,(,)).

Swing (GUI)

Swing is a GUI widget toolkit for Java. It is part of Oracle's Java Foundation Classes (JFC) – an API for providing a graphical user interface (GUI) for Java programs.

For more

https://www.geeksforgeeks.org/creating-frames-using-swings-java/

AWT(Abstract Window Toolkit)

It is a platform dependent API for creating Graphical User Interface (GUI) for java programs.

For more

https://www.javatpoint.com/java-awt

Application Screenshot

Releases

No releases published

Languages