terriko / pyknit

A set of tools for knitters to create charts and eventually more.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Write the decrease_evenly() function

terriko opened this issue · comments

Right now, decrease_evenly is just a stub without any code:

https://github.com/terriko/pyknit/blob/main/pyknit/pyknit.py#L62

it's probably going to be somewhat similar to the sleeve decrease function, with the ability to add padding at the beginning/end of a row.

I would like to work on this. @terriko

Have fun!

@spradhan92 Are you active on this one? If not, I would like to see if I can contribute here..

I took a stab at it. PR #51
I think it can simplified further

https://www.knitgrammer.com/blog/decrease-evenly-calculator
was helpful

Closed with #51. Thank you again, @wilsonify !