Skip to content

davep/complexitty

Repository files navigation

Complexitty

Complexitty

GitHub Actions Workflow Status GitHub commits since latest release GitHub Issues or Pull Requests GitHub Release Date PyPI - License PyPI - Python Version PyPI - Version

Introduction

Complexitty is a simple terminal-based application that lets you explore the classic Mandelbrot set in full character-based glory. It is the successor to and replacement for textual-mandelbrot.

Installing

pipx

The package can be installed using pipx:

$ pipx install complexitty

Homebrew

The package is available via Homebrew. Use the following commands to install:

$ brew tap davep/homebrew
$ brew install complexitty

Using Complexitty

Once you've installed Complexitty using one of the above methods, you can run the application using the complexitty command.

The best way to get to know Complexitty is to read the help screen, once in the main application you can see this by pressing F1.

Complexitty help

For more information and details on configuring Complexitty, see the online documentation.

Getting help

If you need help, or have any ideas, please feel free to raise an issue or start a discussion.

TODO

See the TODO tag in issues to see what I'm planning.