This is a screen rotation code.
Welcome to screen rotation code.
This is screen rotation code using python. You can import ( rotate-screen ) .
some time it is not work because this is computer harmful category. !
some time it is not work because this is computer harmful category. !
import time
import rotatescreen as rs
pd = rs.get_primary_display()
angle_list = [90 , 180 , 270 , 0]
for i in range(0,1):
for i in angle_list:
pd.rotate_to(i)
time.sleep(0.5)
Comments