{"id":20579921,"url":"https://github.com/fredgainza/random-password-generator","last_synced_at":"2026-06-10T09:31:43.304Z","repository":{"id":91792668,"uuid":"607696455","full_name":"FredGainza/random-password-generator","owner":"FredGainza","description":"Generate a random password by choosing the specifics","archived":false,"fork":false,"pushed_at":"2023-02-28T16:00:49.000Z","size":11055,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-10T00:42:38.186Z","etag":null,"topics":["configuration","executable","password-generator","python-tkinter-application","python3"],"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/FredGainza.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":"2023-02-28T13:53:34.000Z","updated_at":"2024-04-29T14:52:03.000Z","dependencies_parsed_at":"2023-04-26T06:47:34.363Z","dependency_job_id":null,"html_url":"https://github.com/FredGainza/random-password-generator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/FredGainza/random-password-generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FredGainza%2Frandom-password-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FredGainza%2Frandom-password-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FredGainza%2Frandom-password-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FredGainza%2Frandom-password-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FredGainza","download_url":"https://codeload.github.com/FredGainza/random-password-generator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FredGainza%2Frandom-password-generator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34146871,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["configuration","executable","password-generator","python-tkinter-application","python3"],"created_at":"2024-11-16T06:19:07.570Z","updated_at":"2026-06-10T09:31:42.689Z","avatar_url":"https://github.com/FredGainza.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pass-generator\n\n[![Badge KoPaTiK](https://img.shields.io/badge/KoPaTiK-Agency-blue)](https://fgainza.fr)\n\n## exe application to generate a random password\n\n![pass-generator](app/demo-pass-generator.gif)\n\n### Features\n\n- python code (pyinstaller to create the .exe)\n- 🆕 Select the interface language (english or french)\n- 🆕 Add a help page\n- choice of the password length (between 3 and 50 characters)\n- choice of the type of characters to use (lower case, upper case, numbers, special characters)\n- 🆕 Specify a number, a minimum (like \"2-\"), a maximum (like \"-8\"), an intervall (like \"2-8\"), or nothing for each type of character\n- automatic copy of the password on the clipboard when it is generated\n\n### Installing\n\nYou can use directly the file 'pass-generator.exe' present in the folder '/app/' or generate by yourselves the executable.\n\nTo build by yourself :\n\n- After cloning the repository:\n\n```bash\n    ### Navigate to the directory\n    $ cd /navigate/repository/pass-generator\n\t\n    ### Create a new environment\n    $ python -m venv venv \n    ### Activate this environment\n    $ venv\\Scripts\\activate.bat\n    ### Run the requirements.txt\n    $ pip install -r requirements.txt\n\t\n    ### Create the .exe version\n    $ pyinstaller --icon=exe.ico -F --noconsole pass-generator.py\n```\n\nRunning requirements.txt will install the following modules:\n\n- tkinter (it should be already installed with Python)\n- pyperclip (to copy the generated password to the clipboard)\n- pyinstaller (to generate the .exe)\n\n### Authors\n\n**Frédéric Gainza** _alias_ [@FredGainza](https://fgainza.fr)\n\n## License\n\nThis project is licensed under the [MIT] License - see the LICENSE.md file for detail\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffredgainza%2Frandom-password-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffredgainza%2Frandom-password-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffredgainza%2Frandom-password-generator/lists"}