{"library":"random-password-generator","title":"random-password-generator","description":"A simple and customizable random password generator for Python. Version 2.2.0 uses the secrets module for cryptographically secure passwords, with the API component separated into a separate package. Released irregularly.","language":"python","status":"active","last_verified":"Mon Apr 27","install":{"commands":["pip install random-password-generator"],"cli":null},"imports":["from random_password_generator import generate_password","from random_password_generator import RandomPasswordGenerator"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from random_password_generator import generate_password\n\npassword = generate_password(length=16, numbers=True, uppercase=True, symbols=True)\nprint(password)","lang":"python","description":"Generate a 16-character password with numbers, uppercase, and symbols.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}