hi, this is my password generator this is also my first GUI script here are some details of the script.   Create passwords, Uppercase, LowerCase, Digits Only, Mixed, Mixed+Special chars Create Any number of password with any length. Easy to copy passwords to the clipboard.   Well that's about it here is the script Your free to use the script as you wish. ;A password generator application ;By Ben Jones, Aka DreamVB #include <GUIConstantsEx.au3> #include <GuiEdit.au3> #includ