{"id":18607323,"url":"https://github.com/addono/word-pair-length-finder","last_synced_at":"2025-07-11T01:04:20.396Z","repository":{"id":82277200,"uuid":"229749353","full_name":"Addono/word-pair-length-finder","owner":"Addono","description":"Find word pairs by knowing the length of the words.","archived":false,"fork":false,"pushed_at":"2019-12-30T12:13:58.000Z","size":839,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-16T21:11:58.017Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/Addono.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":"2019-12-23T12:34:01.000Z","updated_at":"2019-12-30T12:14:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"ff155e60-241a-4e37-9ca5-0f2cd7ff9ffc","html_url":"https://github.com/Addono/word-pair-length-finder","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Addono/word-pair-length-finder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Addono%2Fword-pair-length-finder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Addono%2Fword-pair-length-finder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Addono%2Fword-pair-length-finder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Addono%2Fword-pair-length-finder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Addono","download_url":"https://codeload.github.com/Addono/word-pair-length-finder/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Addono%2Fword-pair-length-finder/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264702661,"owners_count":23651805,"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":[],"created_at":"2024-11-07T02:28:58.649Z","updated_at":"2025-07-11T01:04:20.375Z","avatar_url":"https://github.com/Addono.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Word Pair Length Finder\n\n## Table of Contents\n+ [About](#about)\n+ [Getting Started](#getting_started)\n+ [Usage](#usage)\n\n## About\u003ca name = \"about\"\u003e\u003c/a\u003e\nA small script to find word pairs when you know the length of these words. Originally written for finding book titles for a Chistmas puzzle. \n\n## Getting Started\u003ca name = \"getting_started\"\u003e\u003c/a\u003e\nThese instructions will get you a copy of the project up and running on your local machine.\n\n[![asciicast](https://asciinema.org/a/gvBbu4VUGI9uLQxTko5JU4RWu.svg)](https://asciinema.org/a/gvBbu4VUGI9uLQxTko5JU4RWu)\n\n### Prerequisites\n\nFor this project, you will need Python 3 and (optionally) `virtualenv`.\n```\nbrew install python3 pyenv-virtualenv\n```\n\n### Installing\nCreate a virtual environment.\n```bash\nvirtualenv venv\nsource venv/bin/activate\npip install -r requirements.txt\n```\n\n## Usage\u003ca name = \"usage\"\u003e\u003c/a\u003e\n\nEnter the virtual environment, if not already.\n```bash\nsource venv/bin/activate\n```\n\nTo run the script:\n```bash\npython search.py\n```\n\nThis project comes with a dataset containing all Dutch book titles according to [book.be](https://book.be) released in 2019, scraped using [this](https://github.com/Addono/bookbe-spider) spider. You can replace the `data.csv` file with any dataset you like. The script will use the first column as its input.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faddono%2Fword-pair-length-finder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faddono%2Fword-pair-length-finder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faddono%2Fword-pair-length-finder/lists"}