Animates Windows desktop icons to orbit like Saturn's rings.
- Windows
- Python 3.10+
- A wallpaper with a planet in the center
-
Right-click on desktop → View → Uncheck "Align icons to grid"
-
Adjust the planet center coordinates in
main.py:cx, cy = 920, 500 # Planet center on your screen
-
Adjust the orbit size:
a = 420 # Horizontal semi-axis (px) b = 100 # Vertical semi-axis (px)
-
Run the script:
python main.py
- Rotation speed changes based on mouse position
- Closer to the center = slower rotation
- The script automatically disables desktop "snap to grid"
- Icons passing "behind" the planet are temporarily hidden
MIT No Commercial - See LICENSE for details.
