josharsh / 100LinesOfCode

Let's build something productive in less than 100 Lines of Code.
GNU General Public License v3.0
642 stars 308 forks source link

Mandelbrot generator with documentation and typechecking. #372

Closed de-longhi closed 3 months ago

de-longhi commented 4 months ago

I saw this repo online and decided I would try to make my first actual pull request. So I made a mandelbrot generator using the python complex class, the pillow library for visualization and adding documentation for public functions as well as typechecking for them. Thank you for giving me this opportunity.