A simple python program utilizing all the basic concepts to generates strong and secure passwords.
โ Generate a random but strong password of customizable length. โ Ask user perference for lowercase,uppercase,digits and special characters. โ User-friendly and easy to use. โ Built using python's 'random' and 'string' module.