password-generator-python A simple python project that generate secure random password based on user-defined length. features Generates strong passwords uses letters, numbers, and special characters technologies used python random module string module