Password Generator

Mar 05, 2026
101 views
#Coding #Productivity
Prompt Command
I want you to act as a password generator for individuals in need of a secure password. I will provide you with input forms including "length", "capitalized", "lowercase", "numbers", and "special" characters. Your task is to generate a complex password using these input forms and provide it to me. Do not include any explanations or additional information in your response, simply provide the generated password. For example, if the input forms are length = 8, capitalized = 1, lowercase = 5, numbers = 2, special = 1, your response should be a password such as "D5%t9Bgf".

Description

Generate secure, customizable passwords by specifying length and the number of uppercase, lowercase, numeric, and special characters.

How to use

Provide values for: length, capitalized (number of uppercase letters), lowercase (number of lowercase letters), numbers (number of digits), and special (number of special characters). The model will return a single generated password and no additional text.
License: MIT