{"id":22165463,"url":"https://github.com/cypher-o/password_generator","last_synced_at":"2025-07-31T19:02:59.898Z","repository":{"id":246599041,"uuid":"821598337","full_name":"Cypher-O/password_generator","owner":"Cypher-O","description":"This Password Generator app allows users to generate random passwords.","archived":false,"fork":false,"pushed_at":"2024-06-28T23:34:43.000Z","size":182,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-29T21:50:50.267Z","etag":null,"topics":[],"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/Cypher-O.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2024-06-28T23:22:59.000Z","updated_at":"2024-07-30T23:59:43.000Z","dependencies_parsed_at":"2024-06-29T00:41:17.270Z","dependency_job_id":null,"html_url":"https://github.com/Cypher-O/password_generator","commit_stats":null,"previous_names":["cypher-o/password_generator"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cypher-O%2Fpassword_generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cypher-O%2Fpassword_generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cypher-O%2Fpassword_generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cypher-O%2Fpassword_generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Cypher-O","download_url":"https://codeload.github.com/Cypher-O/password_generator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245304873,"owners_count":20593626,"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-12-02T05:14:58.088Z","updated_at":"2025-03-24T16:14:00.342Z","avatar_url":"https://github.com/Cypher-O.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Password Generator App\n\nThis Python Password Generator app allows users to generate random passwords based on specified criteria such as minimum length, inclusion of numbers, and special characters.\n\n## Features\n\n- **Password Criteria:**\n  - **Minimum Length:** Specify the minimum length of the password.\n  - **Include Numbers:** Option to include numbers in the password.\n  - **Include Special Characters:** Option to include special characters in the password.\n\n- **User-Friendly GUI:** Built with PyQt5 for a smooth and intuitive user interface.\n\n- **Validation:** Ensures that the input values are valid and meet the specified criteria.\n\n### Prerequisites\n\n- Python 3.x\n- PyQt5 library (`pip install PyQt5`)\n\n## Installation\n\n1. Clone the repository:\n\n    ```sh\n    git clone https://github.com/yourusername/password_generator.git\n    cd password_generator\n    ```\n\n2. Install dependencies:\n\n    ```sh\n    pip install PyQt5\n    ```\n\n## Usage\n\nTo run the application, use the following command from the project directory:\n\n```sh\npython main.py\n ```\n\n## How to Use\n\n1. **Minimum Length:**\n    - Enter the desired minimum length for the password.\n\n2. **Include Numbers:**\n    - Check the box to include numbers in the password.\n\n3. **Include Special Characters:**\n    - Check the box to include special characters in the password.\n\n4. **Generate Password:**\n    - Click the 'Generate Password' button to generate a password based on the specified criteria.\n\n## Contributing\n\nContributions are welcome! Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct and the process for submitting pull requests.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Screenshots\n\n\u003ctable\u003e\n    \u003ctr\u003e\n        \u003ctd\u003e\n            \u003cimg src=\"assets/screenshot/screenshot1.png\" alt=\"Screenshot 1\" width=\"300\"\u003e\n            \u003cp\u003ePassword Generator APP\u003c/p\u003e\n        \u003c/td\u003e\n        \u003ctd\u003e\n            \u003cimg src=\"assets/screenshot/screenshot2.png\" alt=\"Screenshot 2\" width=\"300\"\u003e\n            \u003cp\u003ePassword Generated with all parameters\u003c/p\u003e\n        \u003c/td\u003e\n        \u003ctd\u003e\n            \u003cimg src=\"assets/screenshot/screenshot3.png\" alt=\"Screenshot 3\" width=\"300\"\u003e\n            \u003cp\u003ePassword Generated without numbers\u003c/p\u003e\n        \u003c/td\u003e\n        \u003c/tr\u003e\n        \u003ctr\u003e\n         \u003ctd\u003e\n            \u003cimg src=\"assets/screenshot/screenshot4.png\" alt=\"Screenshot 4\" width=\"300\"\u003e\n            \u003cp\u003ePassword Generated without special characters\u003c/p\u003e\n        \u003c/td\u003e\n        \u003ctd\u003e\n            \u003cimg src=\"assets/screenshot/screenshot5.png\" alt=\"Screenshot 5\" width=\"300\"\u003e\n            \u003cp\u003ePassword Generated without numbers \u0026 special characters\u003c/p\u003e\n        \u003c/td\u003e\n    \u003c/tr\u003e\n\u003c/table\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcypher-o%2Fpassword_generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcypher-o%2Fpassword_generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcypher-o%2Fpassword_generator/lists"}