Skip to content

Instantly share code, notes, and snippets.

@puppis42
Created August 26, 2021 19:54
Show Gist options
  • Save puppis42/c7d1b737e6fe70016d3736590af578d7 to your computer and use it in GitHub Desktop.
Save puppis42/c7d1b737e6fe70016d3736590af578d7 to your computer and use it in GitHub Desktop.
import rotatescreen
import time
screen = rotatescreen.get_primary_display()
for i in range(100):
time.sleep(1)
screen.rotate_to(i * 90 % 360)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment