8000 GitHub - sigalor/yatsko-designs: Draws the designs from Jacob Yatsko's video "A New Way to Look at Fibonacci Numbers" as SVGs.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Draws the designs from Jacob Yatsko's video "A New Way to Look at Fibonacci Numbers" as SVGs.

License

Notifications You must be signed in to change notification settings

sigalor/yatsko-designs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

yatsko-design

Draws the designs from Jacob Yatsko's video A New Way to Look at Fibonacci Numbers as SVGs.

usage: yatsko-design.py [-h] [-f FACTOR] [-s SIZE] -m MODULUS -o OUTPUT

optional arguments:
  -h, --help            show this help message and exit
  -f FACTOR, --factor FACTOR
                        the factor to multiply Fibonacci sequence items by before taking the modulo, default: 1
  -s SIZE, --size SIZE  the dimensions of the square output SVG, default: 500

required named arguments:
  -m MODULUS, --modulus MODULUS
                        the modulus for taking the remainder of Fibonacci sequence items
  -o OUTPUT, --output OUTPUT
                        the filename of the output SVG

Example

./yatsko-design.py -m 15 -o examples/15.svg

yatsko-design for modulus 15

About

Draws the designs from Jacob Yatsko's video "A New Way to Look at Fibonacci Numbers" as SVGs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0