Skip to content

Can221-ParOS/python-fractals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-fractals

A collection of python scripts that procedurally draws complex fractals using the Turtle module. (They take a long time to draw due to the complexity, some around 30 minutes)

Make sure to clone the repository in your $HOME directory for the " fractals " command to work if you put it in a /bin symlink

to run them, cd into the python-fractals directory, use the " chmod +x * " command to make the scripts executable

then run the menu using " ./pyfracs "

the " fractals " script can be moved to a custom bin path (such as ~/bin such as on my setup) and used to run the program using a standard linux command.

About

A collection of python scripts that procedurally draws complex fractals using the Turtle module. (They take a long time to draw due to the complexity, at most 30 minutes. kofrac takes around 40 minutes)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors