How to turn of the monitor by python?

L

Leo Kislov

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,070
Latest member
BiogenixGummies

Latest Threads

Top