{"id":28228068,"url":"https://github.com/shreyaa1811/passwordpro","last_synced_at":"2026-05-02T01:35:30.117Z","repository":{"id":293512035,"uuid":"984290558","full_name":"shreyaa1811/PasswordPro","owner":"shreyaa1811","description":"A simple python based Flask app that checks strength of password entered and provides recommendations.","archived":false,"fork":false,"pushed_at":"2025-05-15T18:51:42.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-02T01:35:02.027Z","etag":null,"topics":["deployment","flask","html-css-javascript","python","render"],"latest_commit_sha":null,"homepage":"https://passwordpro.onrender.com","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/shreyaa1811.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,"zenodo":null}},"created_at":"2025-05-15T17:33:14.000Z","updated_at":"2025-05-15T18:51:56.000Z","dependencies_parsed_at":"2025-05-15T18:38:03.961Z","dependency_job_id":"00053c7a-79ee-4738-8eeb-ccbe53c8c827","html_url":"https://github.com/shreyaa1811/PasswordPro","commit_stats":null,"previous_names":["shreyaa1811/passwordpro"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shreyaa1811/PasswordPro","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shreyaa1811%2FPasswordPro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shreyaa1811%2FPasswordPro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shreyaa1811%2FPasswordPro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shreyaa1811%2FPasswordPro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shreyaa1811","download_url":"https://codeload.github.com/shreyaa1811/PasswordPro/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shreyaa1811%2FPasswordPro/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32520156,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T01:12:54.858Z","status":"ssl_error","status_checked_at":"2026-05-02T01:12:54.261Z","response_time":64,"last_error":"SSL_read: 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":["deployment","flask","html-css-javascript","python","render"],"created_at":"2025-05-18T14:09:21.913Z","updated_at":"2026-05-02T01:35:30.104Z","avatar_url":"https://github.com/shreyaa1811.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🔐 PasswordPro - Password Strength Checker\n\nPasswordPro is a lightweight Flask-based web application that evaluates the strength of user passwords and provides actionable suggestions to improve them. It features a live password visibility toggle, a dynamic progress bar with visual cues, and a modern UI built using Bootstrap.\n\n---\n\n## 🚀 Features\n\n- ✅ Real-time password strength evaluation  \n- ✅ Suggestions to improve weak passwords  \n- ✅ Visual strength indicator using Bootstrap progress bar  \n- ✅ Password visibility toggle with eye icon  \n- ✅ Responsive and clean UI with Bootstrap 5  \n\n---\n\n\n## 🧠 Password Strength Criteria\n\nA password is evaluated based on:\n\n- Length (minimum 8 characters)  \n- Use of uppercase letters  \n- Use of lowercase letters  \n- Inclusion of numbers  \n- Use of special characters (`!@#$%^\u0026*()_+`)  \n\nBased on these criteria, the password is rated as:  \n- 🟥 Weak  \n- 🟨 Medium  \n- 🟩 Strong\n\n---\n\n## 🛠️ Tech Stack\n\n- Python 3  \n- Flask  \n- HTML5, CSS3  \n- Bootstrap 5  \n- Bootstrap Icons  \n\n---\n\n## 🔧 How to Run Locally\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/shreyaa1811/PasswordPro.git\n   cd PasswordPro\n   ```\n\n2. (Optional) Create and activate a virtual environment:\n\n   ```bash\n   python -m venv venv\n   # Windows:\n   venv\\Scripts\\activate\n   # macOS/Linux:\n   source venv/bin/activate\n   ```\n\n3. Install dependencies:\n\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n4. Run the app:\n\n   ```bash\n   python app.py\n   ```\n\n5. Open your browser and visit:\n\n   [http://localhost:5000](http://localhost:5000)\n\n---\n\n## 📁 Project Structure\n\n```\nPasswordPro/\n│\n├── app.py              # Flask backend logic\n├── templates/\n│   └── index.html      # Frontend HTML template\n├── README.md\n```\n\n---\n\n## Live Demo\n\nTry the Password Strength Checker app live here:  \n[https://passwordpro.onrender.com](https://passwordpro.onrender.com)\n\n## 📄 License\n\nThis project is licensed under the [MIT License](LICENSE).\n\n---\n\n## 🙌 Contributions\n\nContributions are welcome! Please open an issue first to discuss any major changes.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshreyaa1811%2Fpasswordpro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshreyaa1811%2Fpasswordpro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshreyaa1811%2Fpasswordpro/lists"}