{"id":20619363,"url":"https://github.com/mohammed-majid/password--generator","last_synced_at":"2026-04-29T09:31:11.240Z","repository":{"id":239980562,"uuid":"651834333","full_name":"Mohammed-Majid/Password--Generator","owner":"Mohammed-Majid","description":"Password Generation using the random walk algorithm on an undirected dense graph","archived":false,"fork":false,"pushed_at":"2024-05-28T20:46:02.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-10T05:43:56.477Z","etag":null,"topics":["graph-algorithms","python","random-walk"],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Mohammed-Majid.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-06-10T08:33:09.000Z","updated_at":"2024-08-06T14:51:09.000Z","dependencies_parsed_at":"2024-05-28T23:42:13.930Z","dependency_job_id":"fbfd6e8f-3617-4a44-9728-c86563fbba15","html_url":"https://github.com/Mohammed-Majid/Password--Generator","commit_stats":null,"previous_names":["mohammed-majid/password--generator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Mohammed-Majid/Password--Generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mohammed-Majid%2FPassword--Generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mohammed-Majid%2FPassword--Generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mohammed-Majid%2FPassword--Generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mohammed-Majid%2FPassword--Generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mohammed-Majid","download_url":"https://codeload.github.com/Mohammed-Majid/Password--Generator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mohammed-Majid%2FPassword--Generator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32419750,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T06:29:02.080Z","status":"ssl_error","status_checked_at":"2026-04-29T06:29:00.631Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["graph-algorithms","python","random-walk"],"created_at":"2024-11-16T12:11:29.321Z","updated_at":"2026-04-29T09:31:11.223Z","avatar_url":"https://github.com/Mohammed-Majid.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flask Password Generator\n\nThis is a simple Flask web application that generates random passwords using a random walk algorithm. the algorithm traverses a graph data structure that is created at runtime. \nThe application allows users to specify the length of the password (between 8 and 20 characters) and generates a password consisting of letters, digits, and special characters.\n\n## Features\n\n- Random password generation\n- Customizable password length (8-20 characters)\n- Mix of uppercase, lowercase, digits, and special characters\n\n## Requirements\n\n- Python 3.x\n- Flask\n\n## Setup and Installation\n\n1. **Clone the repository:**\n\n    ```\n    git clone https://github.com/Mohammed-Majid/Password--Generator.git\n    cd flask-password-generator\n    ```\n\n2. **Create a virtual environment:**\n\n    ```\n    python -m venv venv\n    source venv/bin/activate  # On Windows use `venv\\Scripts\\activate`\n    ```\n\n3. **Install the dependencies:**\n\n    ```\n    pip install Flask\n    ```\n\n4. **Run the application:**\n\n    ```\n    python app.py\n    ```\n\n5. **Open your browser and go to:**\n\n    ```\n    http://127.0.0.1:5000\n    ```\n\n## Usage\n\n1. Open the application in your browser.\n2. Enter the desired password length (between 8 and 20 characters).\n3. Click \"Generate\" to create a new password.\n4. The generated password will be displayed on the page.\n\n## Project Structure\n\n- `app.py`: The main Flask application file.\n- `templates/index.html`: The HTML template for rendering the password generation form and displaying the result.\n- `static/css/styles.css`: The CSS file for styling the HTML template.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohammed-majid%2Fpassword--generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmohammed-majid%2Fpassword--generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohammed-majid%2Fpassword--generator/lists"}