{"id":17238843,"url":"https://github.com/sethblack/funny-words","last_synced_at":"2025-04-14T02:45:09.534Z","repository":{"id":57432658,"uuid":"73326167","full_name":"sethblack/funny-words","owner":"sethblack","description":"A Python script that generates a list of pairs of funny words for naming things such as app releases, internal projects, servers and children.","archived":false,"fork":false,"pushed_at":"2016-11-13T16:35:56.000Z","size":20,"stargazers_count":27,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-27T16:50:31.005Z","etag":null,"topics":["command-line","command-line-tool","funny","pair","python","python-3","python-library","python-script","python3"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sethblack.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}},"created_at":"2016-11-09T22:24:57.000Z","updated_at":"2023-04-10T01:57:54.000Z","dependencies_parsed_at":"2022-08-28T23:22:03.250Z","dependency_job_id":null,"html_url":"https://github.com/sethblack/funny-words","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sethblack%2Ffunny-words","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sethblack%2Ffunny-words/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sethblack%2Ffunny-words/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sethblack%2Ffunny-words/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sethblack","download_url":"https://codeload.github.com/sethblack/funny-words/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248534703,"owners_count":21120405,"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":["command-line","command-line-tool","funny","pair","python","python-3","python-library","python-script","python3"],"created_at":"2024-10-15T05:46:51.774Z","updated_at":"2025-04-14T02:45:09.512Z","avatar_url":"https://github.com/sethblack.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"funny-words\n===========\n\nA Python script that generates a list of pairs of funny words for naming things such as app releases, internal projects, servers and children.\n\n## Installation\n\n```sh\npip install funny-words\n```\n\n## Command-line Usage\n```sh\nfunny-words [-n] [-w] [-d]\n\n-n, --number     how many lines of funny words to generate\n-w, --words      how many funny words to generate per line\n-d, --delimiter  what to put between the funny words\n```\n\n## Command-line Examples\n\nIn its purest form funny-words will return a single pair of randomly selected funny words separated by a space.\n\n```sh\n$ funny-words\nbirthday magic\n```\n\nIf you feel like being vertically loquacious you can increase the number of pairs returned with `-n, --number` \n\n```sh\n$ funny-words --number 5\nlaughter asphalt\nodour dimple\noboe rotate\nthinkable flash\nfungus fizzy\n```\n\nIf you feel like being horizontally loquacious you can increase the number of words generated per line with `-w, --words`\n\n```sh\n$ funny-words --words 4\nchart squiggle camera spiral\n```\n\nIf spaces are not your cup of tea you can change the delimiter between words with `-d, --delimiter`\n\n```sh\n$ funny-words --delimiter -\ncroissant-nostril\n```\n\nAnd, as always, you can mix and match to suit your specific need\n\n```sh\n$ funny-words --delimiter , --number 6 --words 3\nfuse,bangles,fuzzy\namazing,magic,burst\nsmooch,butter,statistics\nangle,magic,smash\npasta,amazing,flock\nsmash,haberdashery,angle\n```\n\n## Python Usage\n\nIf you feel the need to use this in a scripted fashion within Python, you most certainly can. The funny_word library that comes with funny-word gives you everything you need to generate funny words on-the-fly.\n\n```python\n\u003e\u003e\u003e from funny_words import build_n_gram\n\u003e\u003e\u003e build_n_gram()\nu'chesterfield'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsethblack%2Ffunny-words","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsethblack%2Ffunny-words","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsethblack%2Ffunny-words/lists"}