About 13,800 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 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 …

  3. 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 …

  4. 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 …

  5. 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 …

  6. Win32API Troubles - Python Forum

    Mar 24, 2020 · The official dedicated python forum29,994 Feb-19-2019, 12:04 AM : Aug-07-2018, 10:05 AM : Users browsing this thread: 1 Guest (s)

  7. 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 …

  8. 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 …

  9. Is there a way to read the time between clicks? - Python Forum

    Jan 30, 2021 · Fellows, I need some help here. Im trying to do a code that read the time between lefts clicks while right buttom is pressed. If the clicking is slow it will do thing1. If meduim velocity thing 2 …

  10. 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?