{"id":20579936,"url":"https://github.com/fredgainza/pass-generator","last_synced_at":"2026-05-09T16:14:20.527Z","repository":{"id":116756340,"uuid":"572065187","full_name":"FredGainza/pass-generator","owner":"FredGainza","description":"generate a random password","archived":false,"fork":false,"pushed_at":"2022-12-01T17:17:44.000Z","size":10684,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-16T22:29:12.307Z","etag":null,"topics":["executable","password-generator","python"],"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":"2022-11-29T13:35:17.000Z","updated_at":"2024-04-29T14:52:02.000Z","dependencies_parsed_at":"2023-04-26T06:48:01.663Z","dependency_job_id":null,"html_url":"https://github.com/FredGainza/pass-generator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FredGainza%2Fpass-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FredGainza%2Fpass-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FredGainza%2Fpass-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FredGainza%2Fpass-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FredGainza","download_url":"https://codeload.github.com/FredGainza/pass-generator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242206006,"owners_count":20089252,"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":["executable","password-generator","python"],"created_at":"2024-11-16T06:19:09.209Z","updated_at":"2025-10-24T09:02:57.145Z","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- 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- 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' available 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 repository\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\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%2Fpass-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffredgainza%2Fpass-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffredgainza%2Fpass-generator/lists"}