{"id":13642443,"url":"https://github.com/qpwo/python-rhyme","last_synced_at":"2026-03-17T16:10:52.171Z","repository":{"id":92851391,"uuid":"37220471","full_name":"qpwo/python-rhyme","owner":"qpwo","description":"Tools for finding rhymes and making poems","archived":false,"fork":false,"pushed_at":"2018-03-09T00:23:01.000Z","size":923,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-14T15:13:52.526Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":false,"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/qpwo.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}},"created_at":"2015-06-10T20:20:59.000Z","updated_at":"2022-12-16T12:06:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"70e5cf7d-1c28-449c-a279-f10b4cc7602e","html_url":"https://github.com/qpwo/python-rhyme","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/qpwo/python-rhyme","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qpwo%2Fpython-rhyme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qpwo%2Fpython-rhyme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qpwo%2Fpython-rhyme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qpwo%2Fpython-rhyme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qpwo","download_url":"https://codeload.github.com/qpwo/python-rhyme/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qpwo%2Fpython-rhyme/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30626924,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-17T14:16:03.965Z","status":"ssl_error","status_checked_at":"2026-03-17T14:16:03.380Z","response_time":56,"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":[],"created_at":"2024-08-02T01:01:31.444Z","updated_at":"2026-03-17T16:10:52.153Z","avatar_url":"https://github.com/qpwo.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"## Python Rhyme\n\n![screenshot](limericks.png)\n\nThis is a simple set of tools for grabbing words with a certain number of syllables or words that rhyme, etc.\n\nExample program `example.py` that uses code:\n\n```python\nimport rhyme\n\nprint(rhyme.makeLimerick().lower())\n\nprint(\"Beware of the devil.\")\nfor word in rhyme.getRhymes(\"DEVIL\"):\n  print(\"He will make you \" + word.lower() + '.')\n```\n\nThen of course you can run it with `python3 example.py` in a terminal.\n\n`rhyme.py` is self-documenting.\n\nPhonetic dictionary obtained from [here](http://www.speech.cs.cmu.edu/cgi-bin/cmudict).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqpwo%2Fpython-rhyme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqpwo%2Fpython-rhyme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqpwo%2Fpython-rhyme/lists"}