Skip to content

Tkinter application for generate landscapes composed of fractals.

License

Notifications You must be signed in to change notification settings

Dashstrom/Fractalia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fractalia

Tkinter application for generate landscapes composed of fractals.

Fractal used

  • Barnsley fern
  • Fractal Tree
  • Julia
  • Diamond-square algorithm

Install

pip install git+https://github.com/Dashstrom/Fractalia.git
python3 -m fractalia

Remove

pip uninstall fractalia

Commands

usage: python3 -m fractalia [-h] [-s SEED] [-n NUMBER]

Tkinter application for generate landscapes composed of fractals.

options:
  -h, --help            show this help message and exit
  -s SEED, --seed SEED  Seed for random generator
  -n NUMBER, --number NUMBER
                        Generate N images in directory named 'out'

Examples

  • python3 -m fractalia : Open an Tkinter App
  • python3 -m fractalia -s 78 : Open Tkinter App with seed 78
  • python3 -m fractalia -n 7 : Generate 7 images

As import

from fractalia import drawing

img = drawing()
img.show()

Results

Landscape of seed 461170130558899640 Landscape of seed 2350265372157330445 Landscape of seed 4402446516260078720 Landscape of seed 6123730475364912831

About

Tkinter application for generate landscapes composed of fractals.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages