{"id":23317382,"url":"https://github.com/cektor/pasgen","last_synced_at":"2026-01-30T20:31:30.282Z","repository":{"id":266714360,"uuid":"899132003","full_name":"cektor/PasGen","owner":"cektor","description":"An app for creating strong and secure passwords  PasGen is a desktop application that helps users create strong and secure passwords.  The app allows you to choose different character types, length and password type to suit specific needs. Cross Platform Operable","archived":false,"fork":false,"pushed_at":"2024-12-12T18:16:44.000Z","size":6989,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-15T07:05:47.060Z","etag":null,"topics":["pasgen","password-generator","passwordsecurity"],"latest_commit_sha":null,"homepage":"https://algyazilim.com","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cektor.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":"2024-12-05T17:18:24.000Z","updated_at":"2025-01-13T15:10:05.000Z","dependencies_parsed_at":"2024-12-20T16:41:59.562Z","dependency_job_id":null,"html_url":"https://github.com/cektor/PasGen","commit_stats":null,"previous_names":["cektor/pasgen"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/cektor/PasGen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cektor%2FPasGen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cektor%2FPasGen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cektor%2FPasGen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cektor%2FPasGen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cektor","download_url":"https://codeload.github.com/cektor/PasGen/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cektor%2FPasGen/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28918442,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T20:25:28.696Z","status":"ssl_error","status_checked_at":"2026-01-30T20:25:13.426Z","response_time":66,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["pasgen","password-generator","passwordsecurity"],"created_at":"2024-12-20T16:29:05.581Z","updated_at":"2026-01-30T20:31:30.263Z","avatar_url":"https://github.com/cektor.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca href=\"#\"\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/pedromxavier/flag-badges/main/badges/TR.svg\" alt=\"made in TR\"\u003e\n\u003c/a\u003e\n\n# PasGen\nAn app for creating strong and secure passwords  PasGen is a desktop application that helps users create strong and secure passwords.  The app allows you to choose different character types, length and password type to suit specific needs. Cross Platform Operable.\n\n\u003ch1 align=\"center\"\u003ePasGen Logo\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"pasgenlo.png\" alt=\"PasGen Logo\" width=\"150\" height=\"150\"\u003e\n\u003c/p\u003e\n\n\n----------------------\n\n# Linux Screenshot\n![Linux(pardus)](screenshot/pasgen_linux.png)  \n\n# Windows Screenshot\n![Windows(11)](screenshot/pasgen_windows.png) \n\n--------------------\nInstall Git Clone and Python3\n\nGithub Package Must Be Installed On Your Device.\n\ngit\n```bash\nsudo apt install git -y\n```\n\nPython3\n```bash\nsudo apt install python3 -y \n\n```\n\npip\n```bash\nsudo apt install python3-pip\n\n```\n\n# Required Libraries\n\nPyQt5\n```bash\npip install PyQt5\n```\nPyQt5-sip\n```bash\npip install PyQt5 PyQt5-sip\n```\n\nPyQt5-tools\n```bash\npip install PyQt5-tools\n```\n\nRequired Libraries for Debian/Ubuntu\n```bash\nsudo apt-get install python3-pyqt5\nsudo apt-get install qttools5-dev-tools\n```\n\ncryptography\n```bash\npip install cryptography\n\n```\n\nSystem Dependencies (packages that can be installed with apt)\n```bash\nsudo apt-get install python3 python3-pip python3-pyqt5 python3-pyqt5.qtwebkit python3-pyqt5.qtsvg\n\n```\n\n----------------------------------\n\n\n# Installation\nInstall PasGen\n\n```bash\nsudo git clone https://github.com/cektor/PasGen.git\n```\n```bash\ncd PasGen\n```\n\n```bash\npython3 pasgen.py\n\n```\n\n# To compile\n\nNOTE: For Compilation Process pyinstaller must be installed. To Install If Not Installed.\n\npip install pyinstaller \n\nLinux Terminal \n```bash\npytohn3 -m pyinstaller --onefile --windowed pasgen.py\n```\n\nWindows VSCode Terminal \n```bash\npyinstaller --onefile --noconsole pasgen.py\n```\n\nMacOS VSCode Terminal \n```bash\npyinstaller --onefile --noconsole pasgen.py\n```\n\n# To install directly on Windows or Linux\n\n\nLinux (based debian) Terminal: Linux (debian based distributions) To install directly from Terminal.\n```bash\nwget -O Setup_Linux64.deb https://github.com/cektor/PasGen/releases/download/1.00/Setup_Linux64.deb \u0026\u0026 sudo apt install ./Setup_Linux64.deb \u0026\u0026 sudo apt-get install -f -y\n```\n\nWindows Installer CMD (PowerShell): To Install from Windows CMD with Direct Connection.\n```bash\npowershell -Command \"Invoke-WebRequest -Uri 'https://github.com/cektor/PasGen/releases/download/1.00/Setup_Win64.exe' -OutFile 'Setup_Win64.exe'\" \u0026\u0026 start /wait Setup_Win64.exe\n```\n\nRelease Page: https://github.com/cektor/PasGen/releases/tag/1.00\n\n----------------------------------\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcektor%2Fpasgen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcektor%2Fpasgen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcektor%2Fpasgen/lists"}