[EMAIL PROTECTED] wrote:
> I want to turn off my monitor from within python, How to do it?
> Thanks!

Do you realize that hardware management and control is OS dependant?
When asking such questions always specify OS.

Assuming you are interested in Windows, then you just need to translate
this <http://www.codeproject.com/system/display_states.asp> C API calls
into python. You can use ctypes (included in Python 2.5) or python
win32 extensions.

  -- Leo

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to