{"id":35138356,"url":"https://github.com/csparpa/betterzen","last_synced_at":"2026-05-22T07:35:34.134Z","repository":{"id":13455179,"uuid":"16144754","full_name":"csparpa/betterzen","owner":"csparpa","description":"A revised version of the Zen of Python","archived":false,"fork":false,"pushed_at":"2014-01-22T17:21:05.000Z","size":136,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-12-30T16:47:54.927Z","etag":null,"topics":["python","quotes","zen","zen-of-python"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/csparpa.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":"2014-01-22T16:26:05.000Z","updated_at":"2021-05-17T01:33:36.000Z","dependencies_parsed_at":"2022-09-22T05:32:44.591Z","dependency_job_id":null,"html_url":"https://github.com/csparpa/betterzen","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/csparpa/betterzen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csparpa%2Fbetterzen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csparpa%2Fbetterzen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csparpa%2Fbetterzen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csparpa%2Fbetterzen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/csparpa","download_url":"https://codeload.github.com/csparpa/betterzen/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csparpa%2Fbetterzen/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33333550,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-21T12:23:38.849Z","status":"online","status_checked_at":"2026-05-22T02:00:06.671Z","response_time":265,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["python","quotes","zen","zen-of-python"],"created_at":"2025-12-28T10:23:16.808Z","updated_at":"2026-05-22T07:35:34.122Z","avatar_url":"https://github.com/csparpa.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"#betterzen#\n\nA revised version of the **Zen of Python**.\n\nLets you print out the whole Zen or just single aphorisms from it, chosen randomly or filtered according a list of keywords.\n\n\n###Usage###\n\n```python\n# As you import the module, the Zen will be printed out\n\u003e\u003e\u003e import betterzen\n\nThe Zen of Python, by Tim Peters\n\nBeautiful is better than ugly.\nExplicit is better than implicit.\n[...]\n\n# Print out the Zen again\n\u003e\u003e\u003e betterzen.zen()\n[...]\n\n# Print out the Zen numbering each aphorism\n\u003e\u003e\u003e betterzen.numbered_zen()\n\nThe Zen of Python, by Tim Peters\n\n1. Beautiful is better than ugly.\n2. Explicit is better than implicit.\n[...]\n\n# Print out the numbered aphorism that you want\n\u003e\u003e\u003e betterzen.aphorism(1)\nBeautiful is better than ugly.\n\n# Print out a random aphorism\n\u003e\u003e\u003e betterzen.random()\nNow is better than never.\n\n# Print out the aphorisms containing at least one of the listed keywords\n\u003e\u003e\u003e betterzen.apropos(['should','honking'])\nNamespaces are one honking great idea -- let's do more of those!\nErrors should never pass silently.\nThere should be one-- and preferably only one --obvious way to do it.\n\n```\n\n###Install###\nPut the module into your Python standard library's folder.\n\nYou can also overwrite it to the original Zen of Python's module (file `this.py`) if you like.\n\n###May the Zen be with you!###\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsparpa%2Fbetterzen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcsparpa%2Fbetterzen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsparpa%2Fbetterzen/lists"}