Skip to content Skip to sidebar Skip to footer
Showing posts with the label Pywin32

Send Key Combination With Python

I want to be able to send the key combination SHIFT + CTRL + . (dot) using the following code: impo… Read more Send Key Combination With Python

Problems While Taking Screenshots Of A Window And Displaying It With Opencv

When i run this code on my desktop pc it runs fine. but when i run it op my laptop something goes w… Read more Problems While Taking Screenshots Of A Window And Displaying It With Opencv

Reading Windows Event Log In Python Using Pywin32 (win32evtlog Module)

I would like to read Windows' event log. I am not sure if it's the best way but I would lik… Read more Reading Windows Event Log In Python Using Pywin32 (win32evtlog Module)

Get Mouse Wheel Scroll Using Win32api In Python

I want to read mouse wheel scroll events and then simulate them. I know I can simulate it using bel… Read more Get Mouse Wheel Scroll Using Win32api In Python

How To Create Python Ctypes Structures For Ms Windows Package_id And Package_info Structures?

I'm trying to translate this SO answer code into Python (and a bit from the other answer there)… Read more How To Create Python Ctypes Structures For Ms Windows Package_id And Package_info Structures?

Python Win32com Outlook, Can't Retrieve Sender Information.

I'm using win32com.client to interact with outlook. I've managed to retrieve the body and s… Read more Python Win32com Outlook, Can't Retrieve Sender Information.

Send Email Through Python Using Outlook 2016 Without Opening It

import win32com.client as win32 outlook = win32.Dispatch('outlook.application') mail = outl… Read more Send Email Through Python Using Outlook 2016 Without Opening It

Read Pst Files From Win32 Or Pypff

I want to read PST files using Python. I've found 2 libraries win32 and pypff Using win32 we ca… Read more Read Pst Files From Win32 Or Pypff