{"id":16893233,"url":"https://github.com/gruns/generate-password","last_synced_at":"2025-03-20T09:20:05.640Z","repository":{"id":195712975,"uuid":"692957171","full_name":"gruns/generate-password","owner":"gruns","description":"Generate a quick password","archived":false,"fork":false,"pushed_at":"2024-10-30T17:13:31.000Z","size":11,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-25T10:09:21.794Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gruns.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-09-18T03:47:56.000Z","updated_at":"2025-01-05T11:06:01.000Z","dependencies_parsed_at":"2023-10-03T08:10:19.346Z","dependency_job_id":null,"html_url":"https://github.com/gruns/generate-password","commit_stats":null,"previous_names":["gruns/generate-password"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruns%2Fgenerate-password","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruns%2Fgenerate-password/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruns%2Fgenerate-password/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruns%2Fgenerate-password/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gruns","download_url":"https://codeload.github.com/gruns/generate-password/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244583110,"owners_count":20476233,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-13T17:14:11.734Z","updated_at":"2025-03-20T09:20:05.620Z","avatar_url":"https://github.com/gruns.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"logo.svg\" width=\"300px\" height=\"200px\" alt=\"Generate Password\"\u003e\n\u003c/div\u003e\n\n# Generate Password\n\n`generate-password` is a small CLI utility that generates a strong password and copies it to the clipboard for immediate access. Whenever you need a strong password, just run `generate-password` and voila: paste away.\n\n```\nUsage:\n  generate-password [-u] [-m] [-n] [-s] [-l \u003clength\u003e] [-c] [options]\n\nOptions:\n  -u, --no-uppercase             Exclude uppercase letters. (default: false)\n  -m, --no-minuscule             Exclude miniscule/lowercase letters. (default: false)\n  --no-lowercase                 Another name for -m or --no-minuscule. (default: false)\n  --no-miniscule                 Common typo for --no-minuscule. (default: false)\n  -n, --no-numbers               Exclude numbers. (default: false)\n  -s, --no-symbols               Exclude special symbols. (default: false)\n  -l \u003clength\u003e, --len \u003clength\u003e    Password length (default: 12).\n  -c, --dont-copy                Don't copy the password to the clipboard. (default: false)\n  -h, --help                     Show this help message and exit.\n\nExamples:\n  $ generate-password\n  TEm{m3{;Csvm\n\n  $ generate-password -s -l 4\n  Va9U\n\n  $ generate-password -s -l 8 -c\n  BxSuSL14  # Not copied to the clipboard.\n```\n\nShortcut options:\n\n* `-u`  Exclude uppercase letters. Default uppercase included.\n* `-m`  Exclude lowercase letters. Default lowercase included.\n* `-n`  Exclude numbers. Default numbers included.\n* `-s`  Exclude special symbols. Default symbols included.\n* `-c`  Don't copy the password to the clipboard. Default password copied.\n* `-l`  Password length. Default 12.\n\nAt least one character from every included character set is used in the\ngenerated password. For example, if run with `-u` to exclude uppercase\ncharacters\n\n```\ngenerate-password -u -l 3\n```\n\nthen the generated password will include at least one lowercase letter,\nat least one number, and at least one symbol.\n\n```\na5!\n```\n\nThis is useful for password requirements like `Must include at least one\nnumber`, `Must include at least one special character`, etc.`\n\n### Install Generate Password\n\nInstalling `generate-password` is easy.\n\n```\npip install generate-passwd\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgruns%2Fgenerate-password","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgruns%2Fgenerate-password","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgruns%2Fgenerate-password/lists"}