{"id":21495858,"url":"https://github.com/jaffar-hussein/password_generator","last_synced_at":"2025-10-24T22:12:25.330Z","repository":{"id":108954109,"uuid":"484696315","full_name":"Jaffar-Hussein/Password_Generator","owner":"Jaffar-Hussein","description":"A simple python application that runs on the terminal that allows the user to create an account and login with their credentials.This app allows the storage of existing account information and also auto generate passwords and create new account credentials ","archived":false,"fork":false,"pushed_at":"2022-04-25T20:09:56.000Z","size":34,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-17T12:14:43.033Z","etag":null,"topics":["python-3","unit-testing"],"latest_commit_sha":null,"homepage":"","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/Jaffar-Hussein.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":"2022-04-23T08:57:46.000Z","updated_at":"2023-01-18T10:01:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"1c882bbc-398f-4ff2-a75b-6bc42e5bd8ce","html_url":"https://github.com/Jaffar-Hussein/Password_Generator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Jaffar-Hussein/Password_Generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jaffar-Hussein%2FPassword_Generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jaffar-Hussein%2FPassword_Generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jaffar-Hussein%2FPassword_Generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jaffar-Hussein%2FPassword_Generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jaffar-Hussein","download_url":"https://codeload.github.com/Jaffar-Hussein/Password_Generator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jaffar-Hussein%2FPassword_Generator/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266580503,"owners_count":23951232,"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","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["python-3","unit-testing"],"created_at":"2024-11-23T16:13:46.153Z","updated_at":"2025-10-24T22:12:20.278Z","avatar_url":"https://github.com/Jaffar-Hussein.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Password Generator\n\n\u003cimg width=\"1440\" alt=\"Screenshot 2022-04-24 at 18 06 08\" src=\"https://user-images.githubusercontent.com/57854451/164985458-4e824c62-412a-466b-906f-69c3cc560fd8.png\"\u003e\n\nA simple password storage and generating app that runs on the terminal.\n\n## Technologies Used\n\n- Python 3.10.1\n- unittest (Python test framework)\n\n\n## Setup Instructions and Installation\n\n- Clone this repository to a location in your file system. `git clone https://github.com/Jaffar-Hussein/Password_Generator.git`\n- Open terminal command line then navigate to the root folder of the application. `cd Passsword_Generator`\n- Run `./app.py` \n\n\n## Behaviour Driven Development\n\n0. Password Locker Account Creation\n   - OUTPUT : Create UserName and Password\n   - INPUT : New User Name and Password\n1. User Login\n   - OUTPUT : Login to Password Locker\n   - INPUT : User Password and Username\n2. Displays Saved Password the User\n   - OUTPUT: \"Display Saved Credentials\"\n   - INPUT: \"1\"\n   - OUTPUT: List of the saved credentials \n3. Create New Credentials\n   - OUTPUT: \"Create a New Credential\"\n   - INPUT: \"2\"\n   - OUTPUT: Options for the credentials \n4. Password Choice\n   - INPUT: \"y\" \n   - OUTPUT: Auto generates password of a given length\n   - INPUT: \"n\" \n   - OUTPUT: Gives the user a choice of a custom password \n5. Store an Existing Credential\n   - INPUT: \"3\"\n   - INPUT:  Input account name and password\n   - OUTPUT: Success message\n6. Delete a Credential\n   - INPUT: \"4\"\n   - INPUT:  Input account name of the account\n   - OUTPUT: Success message\n7. Quit\n   - INPUT : 0\n   - OUTPUT : Bye Bye Message and exit of the application\n\n## License\n\nMIT License\n\nCopyright (c) 2022 Jaffar Hussein\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaffar-hussein%2Fpassword_generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaffar-hussein%2Fpassword_generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaffar-hussein%2Fpassword_generator/lists"}