{"id":21458046,"url":"https://github.com/imshawan/passwordgenerator","last_synced_at":"2025-03-17T04:15:28.311Z","repository":{"id":132573102,"uuid":"319668284","full_name":"imshawan/passwordGenerator","owner":"imshawan","description":"A random password generator capable of generating large amounts of cryptographically-secure random passwords","archived":false,"fork":false,"pushed_at":"2020-12-08T15:13:43.000Z","size":242,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-23T13:43:53.540Z","etag":null,"topics":["password","password-generator","passwordgenerator","passwords"],"latest_commit_sha":null,"homepage":"https://im-shawan.github.io/site/passwordgen.html","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/imshawan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2020-12-08T14:46:07.000Z","updated_at":"2020-12-11T08:43:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"cd412e52-4a4f-4bf8-b957-98cfc6ab6ec8","html_url":"https://github.com/imshawan/passwordGenerator","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imshawan%2FpasswordGenerator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imshawan%2FpasswordGenerator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imshawan%2FpasswordGenerator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imshawan%2FpasswordGenerator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imshawan","download_url":"https://codeload.github.com/imshawan/passwordGenerator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243971211,"owners_count":20376784,"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":["password","password-generator","passwordgenerator","passwords"],"created_at":"2024-11-23T06:17:26.768Z","updated_at":"2025-03-17T04:15:28.305Z","avatar_url":"https://github.com/imshawan.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# passwordGenerator\n\npasswordGenerator is a random password generator capable of generating large amounts of cryptographically-secure random passwords in three categories i.e. Alphabetic (A-Z, a-z), Alphanumeric (A-Z, a-z, 0-9) and Mixed Sequence Character passwords (A-Z, a-z, 0-9 and special characters/symbols)\n\n## Requirements\n\nUsed modules:\n\n```bash\nimport random                      # for generating random passwords\nimport sys                         # sys.exit() for exiting the program\nfrom hashlib import sha256         #for password hash\nfrom tkinter import *              # for GUI\nfrom tkinter import Text\nimport tkinter as tk\nfrom tkinter.ttk import Combobox\nfrom tkinter import messagebox\nfrom datetime import datetime      # for getting date time\n```\n## Note:\nInstall the font \"AdobeClean-Bold.ttf\" from the script folder before use\n\n## Usage\n\nJust run the main program and you can generate random passwords...! \u003cbr\u003e \u003cbr\u003e\n\u003cimg src=\"./src/psswdgen.JPG\" height=\"400px\"\u003e\n\n\n\n## License\n[MIT](https://choosealicense.com/licenses/mit/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimshawan%2Fpasswordgenerator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimshawan%2Fpasswordgenerator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimshawan%2Fpasswordgenerator/lists"}