{"id":15578345,"url":"https://github.com/davep/textual-mandelbrot","last_synced_at":"2025-10-19T13:11:52.412Z","repository":{"id":149314348,"uuid":"620007827","full_name":"davep/textual-mandelbrot","owner":"davep","description":"A Textual widget and terminal application for drawing and exploring Mandelbrot sets","archived":false,"fork":false,"pushed_at":"2025-04-22T06:59:43.000Z","size":953,"stargazers_count":26,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-12T09:45:16.483Z","etag":null,"topics":["fractal","fractals","mandelbrot","mandelbrot-fractal","mandelbrot-set","python","python3","terminal","textual","textual-framework","tui"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/textual-mandelbrot/","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/davep.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog.md","contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-03-27T21:06:15.000Z","updated_at":"2025-08-16T16:14:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"4d2b7182-2b73-4a3a-a138-595c6767cb1f","html_url":"https://github.com/davep/textual-mandelbrot","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/davep/textual-mandelbrot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davep%2Ftextual-mandelbrot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davep%2Ftextual-mandelbrot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davep%2Ftextual-mandelbrot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davep%2Ftextual-mandelbrot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davep","download_url":"https://codeload.github.com/davep/textual-mandelbrot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davep%2Ftextual-mandelbrot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279817807,"owners_count":26231348,"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","status":"online","status_checked_at":"2025-10-19T02:00:07.647Z","response_time":64,"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":["fractal","fractals","mandelbrot","mandelbrot-fractal","mandelbrot-set","python","python3","terminal","textual","textual-framework","tui"],"created_at":"2024-10-02T19:09:19.098Z","updated_at":"2025-10-19T13:11:52.374Z","avatar_url":"https://github.com/davep.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# textual-mandelbrot\n\n![mandelexp in action](https://raw.githubusercontent.com/davep/textual-mandelbrot/main/img/mandelexp01.png)\n![mandelexp in action](https://raw.githubusercontent.com/davep/textual-mandelbrot/main/img/mandelexp02.png)\n\n## Introduction\n\n\u003e [!NOTE]\n\u003e\n\u003e This repository is unlikely to get future updates; I've created a\n\u003e from-scratch reimplementation of the application called\n\u003e [Complexitty](https://github.com/davep/complexitty). I suggest installing\n\u003e and playing with that instead.\n\nThis package provides a simple Mandelbrot set widget that can be used in\n[Textual](https://textual.textualize.io/) applications, and also provides an\napplication that can be used to explore the classic Mandelbrot set in the\nterminal.\n\n## Installing\n\n### pipx\n\nThe package can be installed using [`pipx`](https://pypa.github.io/pipx/):\n\n```sh\n$ pipx install textual-mandelbrot\n```\n\n### Homebrew\n\nThe package is available via Homebrew. Use the following commands to install:\n\n```sh\n$ brew tap davep/homebrew\n$ brew install textual-mandelbrot\n```\n\n## Running\n\nOnce installed you should be able to run the command `mandelexp` and the\napplication will run.\n\n![mandelexp in action](https://raw.githubusercontent.com/davep/textual-mandelbrot/main/img/mandelexp03.png)\n![mandelexp in action](https://raw.githubusercontent.com/davep/textual-mandelbrot/main/img/mandelexp04.png)\n\n## Exploring\n\nIf you use `mandelexp` to run up the display, the following keys are\navailable:\n\n| Keys              | Action                                |\n|-------------------|---------------------------------------|\n| Up, w, k          | Move up                               |\n| Shift+Up, W, K    | Move up slowly                        |\n| Down, s, j        | Move down                             |\n| Shift+Down, S, J  | Move down slowly                      |\n| Left, a, h        | Move left                             |\n| Shift+Left, A, H  | Move left slowly                      |\n| Right, d, l       | Move right                            |\n| Shift+Right, D, L | Move right slowly                     |\n| PageUp, ]         | Zoom in                               |\n| PageDown, [       | Zoom out                              |\n| Ctrl+PageUp, }    | Zoom in deeper                        |\n| Ctrl+PageDown, {  | Zoom out wider                        |\n| *, Ctrl+Up        | Increase \"multobrot\"                  |\n| /, Ctrl+Down      | Decrease \"multibrot\"                  |\n| Ctrl+Shift+Up     | Increase \"multibrot\" in smaller steps |\n| Ctrl+Shift+Down   | Decrease \"multibrot\" in smaller steps |\n| Home              | Center 0,0 in the display             |\n| ,                 | Decrease iterations by 10             |\n| \u003c                 | Decrease iterations by 100            |\n| .                 | Increase iterations by 10             |\n| \u003e                 | Increase iterations by 100            |\n| Ctrl+r            | Reset to initial state                |\n| Escape            | Quit the application                  |\n| 1                 | Colour set 1                          |\n| 2                 | Colour set 2                          |\n| 3                 | Colour set 3                          |\n\n[//]: # (README.md ends here)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavep%2Ftextual-mandelbrot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavep%2Ftextual-mandelbrot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavep%2Ftextual-mandelbrot/lists"}