Harmonic Wheels Python Script
This python script creates a harmonic wheel animation.
The paid version allows you to do following modifications in addition to color customization :
circRadius = 10 # the radius of the wheel
numLines = 15 # how many lines do you want on the wheel?
alphaLines = 0.5 # change the transparency of line.
alphaPoints = 1 # change the transparency of points.
shiftPoints = 180 # change this value for different patterns.
# change any point to your likings.
points[1].set_color("#FF0000")
points[1].set_markersize(15)
# change any line to your likings.
lines[1].set_color("#ffffff")
lines[1].set_linewidth(2)
57 sales
You'll get a python script, make sure you have python installed on your system with right editor. ( ex. Visual Studio Code )
Add to wishlist
Ratings
1
5
5 stars
100%
4 stars
0%
3 stars
0%
2 stars
0%
1 star
0%