{"id":20316207,"url":"https://github.com/ehamiter/anagram","last_synced_at":"2025-04-11T17:40:41.397Z","repository":{"id":3241977,"uuid":"4278767","full_name":"ehamiter/anagram","owner":"ehamiter","description":null,"archived":false,"fork":false,"pushed_at":"2020-01-24T15:38:03.000Z","size":487,"stargazers_count":6,"open_issues_count":0,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-25T13:39:45.542Z","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/ehamiter.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}},"created_at":"2012-05-10T00:54:54.000Z","updated_at":"2025-01-28T08:09:22.000Z","dependencies_parsed_at":"2022-08-06T13:16:31.738Z","dependency_job_id":null,"html_url":"https://github.com/ehamiter/anagram","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/ehamiter%2Fanagram","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ehamiter%2Fanagram/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ehamiter%2Fanagram/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ehamiter%2Fanagram/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ehamiter","download_url":"https://codeload.github.com/ehamiter/anagram/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248451347,"owners_count":21105854,"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-14T18:24:55.367Z","updated_at":"2025-04-11T17:40:41.366Z","avatar_url":"https://github.com/ehamiter.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"anagram.py\n==========\n\nAnagram generator with several options to control the generated words\n\n`usage: anagram.py [-h] -l LETTERS [-m MIN] [-s STARTS] [-e ENDS] [-r REQUIRED]`\n\nmandatory agrument:\n\n    -l, --letters  : Letters provided to generate an anagram\n\noptional arguments:\n\n    -h, --help      : show help message and exit \n    -m, --min       : Minimum amount of letters in anagram\n    -s, --starts    : Generates words starting with this letter\n    -e, --ends      : Generates words ending with this letter\n    -r, --required  : Generates words that must have this letter or letters\n    --limit         : The maximum number of words you want to see (Default: unlimited)\n    -u, --unordered : Leave the output in alphabetical order\n\nexample:\n\n    $ python anagram.py -l reetyquiop -m 4 -s r -r q\n    \n    reequip\n    requite\n    roquet\n    roque\n\nanagram-repl.py\n===============\n\nAnagram generator that continues to run and allows for reuse\n\n`usage: anagram-repl.py [-h] [-m MIN] [-u] [--limit LIMIT]`\n\nAnagram generator that continues to run and allows for reuse\n\noptional arguments:\n  -h, --help         show this help message and exit\n  -m MIN, --min MIN  Minimum amount of letters in anagram, can be overwritten\n                     in the REPL\n  -u, --unordered    Leave the output in alphabetical order\n  --limit LIMIT      The maximum number of words you want to see\n\nOnce in the REPL you will be prompted repeatedly until you type `exit`\nThe input needs to be of the following format\n`[-s STARTS] [-e ENDS] [-m MIN] letters [required]`\n\npositional arguments:\n  letters               Letters provided to generate an anagram\n  required              Generates words that must have this letter or letters\n\noptional arguments:\n  -s STARTS, --starts STARTS\n                        Generates words starting with this letter\n  -e ENDS, --ends ENDS  Generates words ending with this letter\n  -m MIN, --min MIN     Minimum amount of letters in anagram\n\nanagram-gui.py\n==============\n\nAnagram generator with a GUI for alternative input methods using easygui\n\n![Anagram-gui screenshot](https://github.com/ehamiter/anagram/raw/master/anagram-gui.png \"Anagram GUI\")\n\nRequires `easygui` which can be obtained from [http://easygui.sourceforge.net/download/index.html](http://easygui.sourceforge.net/download/index.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fehamiter%2Fanagram","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fehamiter%2Fanagram","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fehamiter%2Fanagram/lists"}