不要驼背#

Data: 2025-11-15 16:14:39

import time, random, os while True: os.system(‘osascript -e 'display dialog “不要驼背!不要驼背!!不要驼背!!!” with title “notice” buttons {“OK”} default button 1'’) delay = random.randint(600, 1800) # 10~30 分钟(单位:秒) print(f"下次提醒将在 {delay/60:.1f} 分钟后") time.sleep(delay)

- end -#

© 2025 –   海牧羽工厂 HMY Factory