Skip to content

lapreindl/mandelbrot.python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

my-mandelbrot-py

A small Python application that generates an image of the Mandelbrot set.

Installation

Install from source (editable mode):

python -m pip install -e .[dev]

You can also publish to PyPI later using build/twine and install via pip install my-mandelbrot-py.

Usage

Generate a default image:

mandelbrot

Specify output file or dimensions:

mandelbrot -o output.png --width 1024 --height 768 --max-iter 2000

Development

Run tests with pytest:

pytest

Contributing

Contributions are welcome! Update the code, add tests, and open a pull request.
Follow Conventional Commits for commit messages to make publishing and changelog generation easier.

Wos moch mer do

siehe Folie Aufgabe 2

About

draw the mandelbrot set

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 100.0%