{"id":20761474,"url":"https://github.com/thatsinewave/password-generator","last_synced_at":"2025-09-27T23:30:36.210Z","repository":{"id":231769907,"uuid":"782683827","full_name":"ThatSINEWAVE/Password-Generator","owner":"ThatSINEWAVE","description":"A nice and compact password generator script written fully in Python with simple customization that allows you to get the perfect passwords","archived":false,"fork":false,"pushed_at":"2024-05-20T09:19:57.000Z","size":542,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-17T10:22:41.093Z","etag":null,"topics":["generator-python","good-first-contribution","good-first-issue","good-first-pr","good-first-project","gui-application","gui-interface","mit-license","not-for-deployment","not-for-production","open-source","password","password-generator","password-generator-python","personal-use","python","random-number-generators","random-password-generator","secrets","thatsinewave"],"latest_commit_sha":null,"homepage":"https://thatsinewave.github.io/Password-Generator/","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/ThatSINEWAVE.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"ThatSINEWAVE","ko_fi":"thatsinewave"}},"created_at":"2024-04-05T19:56:19.000Z","updated_at":"2024-10-09T13:35:21.000Z","dependencies_parsed_at":"2024-05-06T02:31:11.372Z","dependency_job_id":"b19e1445-023b-4ac3-a0eb-7f971a5e551c","html_url":"https://github.com/ThatSINEWAVE/Password-Generator","commit_stats":null,"previous_names":["thatsinewave/password-generator"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThatSINEWAVE%2FPassword-Generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThatSINEWAVE%2FPassword-Generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThatSINEWAVE%2FPassword-Generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThatSINEWAVE%2FPassword-Generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ThatSINEWAVE","download_url":"https://codeload.github.com/ThatSINEWAVE/Password-Generator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234469516,"owners_count":18838586,"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":["generator-python","good-first-contribution","good-first-issue","good-first-pr","good-first-project","gui-application","gui-interface","mit-license","not-for-deployment","not-for-production","open-source","password","password-generator","password-generator-python","personal-use","python","random-number-generators","random-password-generator","secrets","thatsinewave"],"created_at":"2024-11-17T10:20:59.911Z","updated_at":"2025-09-27T23:30:36.193Z","avatar_url":"https://github.com/ThatSINEWAVE.png","language":"Python","funding_links":["https://github.com/sponsors/ThatSINEWAVE","https://ko-fi.com/thatsinewave"],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# [Password Generator](https://thatsinewave.github.io/Password-Generator)\n\nThis repository contains a simple password generator application implemented in Python using the CustomTkinter library for the graphical user interface as a script or directly in your browser.\nThe application allows users to generate up to random passwords with various customizable options.\n\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n**Script Interface**\n\n![Password-Generator GUI](https://github.com/ThatSINEWAVE/Password-Generator/assets/133239148/4136f56d-2c08-4acb-8d8b-f377d69a982f)\n\n**Web Inteface**\n\n![Password Generator WEB](https://github.com/ThatSINEWAVE/Password-Generator/assets/133239148/c1fd59d5-7f46-4c76-afd0-9a9cea9d8748)\n\n\u003c/div\u003e\n\n## Features\n- **Password Length**: Users can specify the length of the generated passwords (between 8 and 64 characters).\n- **Number of Passwords**: Users can specify the number of passwords to generate (up to 4,294,967,295 passwords)\n- **Options**:\n  - **Include Numbers**: Option to include numerical digits in the generated passwords.\n  - **Mixed Case**: Option to include both uppercase and lowercase letters in the generated passwords.\n  - **Include Symbols**: Option to include special symbols in the generated passwords.\n\n\u003cdiv align=\"center\"\u003e\n\n## ☕ [Support my work on Ko-Fi](https://ko-fi.com/thatsinewave)\n\n\u003c/div\u003e\n\n## Files\n\n- `main.py`: Contains the main application code implemented using Tkinter for the GUI.\n- `utils.py`: Contains utility functions for generating passwords.\n- `settings.json`: Contains your saved settings.\n- `passowords.json`: Contains the generated passwords.\n\n\u003cdiv align=\"center\"\u003e\n\n# [Join my discord server](https://thatsinewave.github.io/Discord-Redirect/)\n\n\u003c/div\u003e\n\n## Usage\n\nTo use the password generator:\n\n1. Run the `main.py` file.\n\n2. Adjust the desired options such as password length, inclusion of numbers, mixed case, and symbols.\n\n3. Click on the \"Generate\" button to generate passwords.\n\n4. Passwords will be saved to a file named `passwords.txt` in the same directory as the script.\n\n5. Additionally, users can save their settings by clicking on the \"Save Settings\" button.\n\n6. The \"Choose Save Path\" button allows users to select a custom directory to save the generated passwords.\n\n## Requirements\n\n- Python 3.x\n- CustomTkinter library\n\n## Note\n\nGenerated passwords are saved to a file named `passwords.txt` in the same directory as the script.\nSettings such as password length, inclusion of numbers, mixed case, symbols, and the number of passwords are saved to a `settings.json` file for future use.\nEnsure to handle the saved passwords file securely as it contains sensitive information.\n\n## Contributing\n\nContributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthatsinewave%2Fpassword-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthatsinewave%2Fpassword-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthatsinewave%2Fpassword-generator/lists"}