About 97 results
Open links in new tab
  1. How to import win32api and win32con - Python Forum

    Feb 19, 2019 · So I'm trying to import win32api and win32con. So I was researching and I found that I needed pywin32 to do this. So I used pip and installed it but python still said pywin32 was an invalid …

  2. How to install the win32com python library - Super User

    Jun 19, 2013 · Did you install the right binary of Python for Windows extensions for your version of Python? For example, if you install 64-bit Python, then install the 32-bit extensions, the pure-Python …

  3. Is there a difference between Python’s time.sleep and win32api.Sleep?

    Sep 21, 2024 · I know that win32api.Sleep is related to the windows API, and it is obvious that Python's default time.sleep param is in seconds, and win32api.Sleep is in milliseconds, other than that is there …

  4. Win32API Troubles - Python Forum

    Mar 24, 2020 · it looks like import win32api was changed probably by mistake - import was deleted and first line in empty, second line is just win32api. But that is just a guess based on the traceback

  5. how do i fix “No module named win32api” on python2.7

    Apr 18, 2019 · this is not coding but i really need help and couldn't find the right forum.. Hello, I am trying to import win32api in python 2.7.9. i did the 'pip install pypiwin32' and made sure all the files were …

  6. Non repetitive mouse click - Python Forum

    Apr 22, 2023 · I am writing a game bot as part of my learning process. The code I am writing requires a single mouse click to be performed at the start of the code block and then move on to the other …

  7. How to trigger a function by clicking the left mouse click?

    Jun 29, 2017 · I want to start off by saying that I am new to Python so I am sorry if this question is going to sound stupid to you. I am just looking for an easy way to trigger a function whenever I press the …

  8. How to print data to the printer - Python Forum

    May 28, 2020 · Does anyone know how to make your program print data from my program to the printer?

  9. Python win32api keybd_event: How do I input a string of characters?

    Oct 19, 2020 · Hi, I used the below to get the Window Handle of an app and bring it to be the focus. I want to type in a string of characters into the app. But using win32api.keybd_event, I am able to type …

  10. Pixel color and action - Python Forum

    Apr 13, 2023 · I am very new to Python and decided to build a game bot as a means of learning. Please bear with me.. GOAL: Part of my program evaluates a specific pixel, checks for the R value for that …