I was kind of bored and made a spiral generating program! It includes variables to customize the quality, size, spacing between additional lines, speed of rotation, and max radius.
I give it a FOR loop which sets the 'angle' bounds, then using the sine and cosine of that angle, as well as the increasing value of the angle itself, make it spin around the center while pushing the pixels further away as it goes. Basically that creates this effect. Usually 2880 is the max radius as it covers most of the screen at a size of 1.