Skip to content

Instantly share code, notes, and snippets.

View catdogmat's full-sized avatar
🌏
Working on MCE stuff

Finn catdogmat

🌏
Working on MCE stuff
  • 12:00 (UTC +12:00)
View GitHub Profile
@catdogmat
catdogmat / bedtime.py
Last active May 7, 2023 12:49 — forked from zkneupper/bedtime.py
Python function to put computer in sleep mode with Windows Support.
import os
import sys
import time
import psutil
def computer_sleep(seconds_until_sleep=5, verbose=1):
"""Function will put the computer in sleep mode.
Implemented for OSX and LINUX and WINDOWS.