Python Prompts Free Prompt

Python Script to Generate a Password Strength Checker

Create a Python script that evaluates password strength
☆ Save
Prompt
You are a Python developer. Write a script that checks the strength of a given password based on length, character variety, common patterns, etc. The script must: 1) Accept password as input, 2) Score strength (weak, medium, strong), 3) Provide feedback for improvement, 4) Check against common password lists, 5) Estimate entropy, 6) Output result, 7) Allow batch checking from file. Add comments.

How to use this prompt

1
Click Copy Prompt above to copy to your clipboard.
2
Open ChatGPT, Claude, Gemini, or any AI assistant and paste the prompt.
3
Replace any [PLACEHOLDER] values with your specific details.
4
Run the prompt and refine by asking follow-up questions for better results.