{"id":25246252,"url":"https://github.com/mohamedyounis10/password-generator","last_synced_at":"2025-06-22T00:07:36.555Z","repository":{"id":224084107,"uuid":"762392224","full_name":"mohamedyounis10/Password-Generator","owner":"mohamedyounis10","description":"This Python script generates random passwords based on user input criteria, ensuring a minimum length of 8 characters.It utilizes a combination of lowercase letters, uppercase letters, digits, and punctuation symbols for password complexity.The script employs shuffling techniques to ensure randomness and delivers the generated password to the user.","archived":false,"fork":false,"pushed_at":"2024-02-23T17:29:52.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T21:26:52.239Z","etag":null,"topics":["basics","basics-of-python","python"],"latest_commit_sha":null,"homepage":"","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/mohamedyounis10.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}},"created_at":"2024-02-23T17:24:25.000Z","updated_at":"2024-02-23T17:30:33.000Z","dependencies_parsed_at":"2024-02-23T17:50:18.337Z","dependency_job_id":null,"html_url":"https://github.com/mohamedyounis10/Password-Generator","commit_stats":null,"previous_names":["mohamedyounis10/password-generator","mohamedyounis10/generative-password"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mohamedyounis10/Password-Generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohamedyounis10%2FPassword-Generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohamedyounis10%2FPassword-Generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohamedyounis10%2FPassword-Generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohamedyounis10%2FPassword-Generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mohamedyounis10","download_url":"https://codeload.github.com/mohamedyounis10/Password-Generator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohamedyounis10%2FPassword-Generator/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261212502,"owners_count":23125584,"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":["basics","basics-of-python","python"],"created_at":"2025-02-12T02:13:34.882Z","updated_at":"2025-06-22T00:07:31.525Z","avatar_url":"https://github.com/mohamedyounis10.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Password Generator\n\nThis Python script generates a random password based on user input and certain criteria. Below is a brief overview of how it works:\n\n### Requirements\n- Python 3.x\n\n### How to Use\n1. Run the script.\n2. Enter the desired number of characters for your password when prompted.\n3. The script ensures that the password has at least 8 characters, prompting the user to input again if the specified length is less than 8.\n4. The script generates a password using a combination of lowercase letters, uppercase letters, digits, and punctuation.\n5. The generated password is displayed to the user.\n\n### Description\n- The script imports the `string` and `random` modules to utilize pre-defined character sets and shuffle functions.\n- It prompts the user to input the desired length of the password.\n- Error handling is implemented to ensure that only numerical inputs are accepted, and the password length is at least 8 characters.\n- The script shuffles each character set to ensure randomness.\n- The password is constructed by selecting characters from each set according to predefined proportions.\n- Finally, the password is displayed to the user.\n\n### Example\n```\n$ python password_generator.py\nHow many characters do you want for your password?: 12\nsx;DfGh3jI4L\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohamedyounis10%2Fpassword-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmohamedyounis10%2Fpassword-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohamedyounis10%2Fpassword-generator/lists"}