{"id":16655130,"url":"https://github.com/arjunsharda/passeo","last_synced_at":"2025-08-24T14:37:27.571Z","repository":{"id":63309042,"uuid":"561464442","full_name":"ArjunSharda/Passeo","owner":"ArjunSharda","description":"🔓 Generate a Password with multiple options","archived":false,"fork":false,"pushed_at":"2023-06-19T16:04:41.000Z","size":195,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-09T18:13:03.597Z","etag":null,"topics":["collaborate","communityexchange","github","jetbrains","learn","passeo","password","password-generator","passwords"],"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/ArjunSharda.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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-03T18:45:53.000Z","updated_at":"2023-03-09T16:41:23.000Z","dependencies_parsed_at":"2025-02-15T12:41:31.696Z","dependency_job_id":null,"html_url":"https://github.com/ArjunSharda/Passeo","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArjunSharda%2FPasseo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArjunSharda%2FPasseo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArjunSharda%2FPasseo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArjunSharda%2FPasseo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ArjunSharda","download_url":"https://codeload.github.com/ArjunSharda/Passeo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248085327,"owners_count":21045139,"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":["collaborate","communityexchange","github","jetbrains","learn","passeo","password","password-generator","passwords"],"created_at":"2024-10-12T09:51:59.250Z","updated_at":"2025-04-09T18:13:13.326Z","avatar_url":"https://github.com/ArjunSharda.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Passeo\n\u003cdiv style=\"text-align: center; display: grid; justify-content: center;\"\u003e\u003cimg style=\"margin: auto; margin-bottom: 1rem; border-radius: 30%;\" height=\"150\" width=\"150\" src=\"https://raw.githubusercontent.com/ArjunSharda/Passeo/main/ext/passeo.jpg\"/\u003e\u003c/div\u003e\n\n\u003e 🔓 Generate a password with multiple options\n\n# What is Passeo?\n\nPasseo is a python password generator developed by [Arjun Sharda](https://github.com/ArjunSharda), under the [MIT License](https://github.com/ArjunSharda/Passeo/blob/main/LICENSE).\n\n\u003cbr\u003e\nPasseo is used for checking your password through our strength check (includes Pwned, Length, and Case) and generate a password with multiple options.\n\u003c/br\u003e\n\n# Why use Passeo?\n\nPasseo is a upcoming password generator project, with massive plans in the future, such as generation of a password and strength checker via CLI/terminal. Passeo is also completely safe to use and is open source for the community to know how the codebase works and learn from how the password generator.\n\n\n-----------------\n\nInstallation\n------------\n**[Python 3.7+](https://www.python.org/downloads/) is required**\n```bash\n# MacOS / Linux (via Terminal)\npython3 -m pip install -U passeo\n\n# Windows (via CMD Prompt)\npy -3 -m pip install -U passeo\n```\n\n# Quickstart\n\n```python\n\u003e\u003e\u003e from passeo import passeo\n\u003e\u003e\u003e print(passeo.generate(length=10, numbers=True, symbols=True, uppercase=True, lowercase=False, space=True, save=True))\n```\n\nDocker\n------\n\nBuilding the docker image\n```sh\n$ docker build -t passeo .\n```\n\nRunning passeo on the docker container\n```sh\n$ docker run --rm -it passeo sh\n/usr/src/passeo/examples # python generate.py\n```\n\n# v1.1.0 changes\n----------------\n- **[BREAKING]** Changed Passeo to a Enum, meaning that it will now be for generation for example `passeo.generate`, not `passeo().generate`.\n- **[ADDED]** Added encrypting and decrypting. It has been supported by CLI.\n\n# v1.1.3 changes\n----------------\n- **[FIXED]** Fixed CLI and normal issues with encrypting and decrypting (wrong function from Fernet was used)\n\n\n\n\u003chr\u003e\n\u003ch6 align=\"center\"\u003e© Arjun Sharda 2022-present \n\u003cbr\u003e\nAll Rights Reserved\u003c/h6\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farjunsharda%2Fpasseo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farjunsharda%2Fpasseo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farjunsharda%2Fpasseo/lists"}