Created
August 26, 2021 19:54
-
-
Save puppis42/c7d1b737e6fe70016d3736590af578d7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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