Animates Windows desktop icons to orbit like Saturn's rings in multiple planets.
- Windows 10 or later
- If you have python installed, you have to install
keyboardpackage:pip install keyboard
-
Right-click on desktop → View → Uncheck "Align icons to grid"
-
Change "False" to "True" in
main.pyline 90 to enable mouse speed control:mouse_speed_control=True,
-
Adjust the planet center coordinates in
main.pyline 221:center=(650, 400),
-
Adjust the orbit size in
main.pyline 222:semiaxes=(400, 80),
-
Run the
Test.batfile and repatt steps 2, 3 and 4 until you are satisfied with the result. -
When you adjusted the values to your liking, run the
Install.batfile.
- Rotation speed changes based on mouse position
- Closer to the center = slower rotation
- Change within the planets with key F8
- The
Install.batfile creates a scheduled task to run the script at user login so tou have to run it with administrator privileges. If you don't want to do thad you can program the task manually following this tutorial: Create a scheduled task - Icons passing "behind" the planet are temporarily hidden
- I highly recommend taking a screenshot of your desktop before running the script because the icons won't be restored to their original positions when the script ends.
This project is a derivative work based on: Saturn-desktop
Original Author: Antonio Cuenca Garcia (Linkfy)
License: MIT No Commercial License
Original license text: Original lisense
