1

I have been searching through the internet with no results and been needing an answer for this, could anyone help?

I have tried looking through the internet and trying many different methods to access the mouse settings to no results.

  • what do you mean mouse pointer in python? In a specific IDE, in a GUI application or something? – dinhit Mar 20 '23 at 09:51
  • I mean the windows mouse cursor, sorry for the confusion – cantlearnpython38 Mar 20 '23 at 09:58
  • Does this answer your question? [How to change cursor image in Python](https://stackoverflow.com/questions/55954005/how-to-change-cursor-image-in-python) In `win32gui.LoadImage` there are the parameters `cxDesired` and `cyDesired` – Cactusroot Mar 20 '23 at 10:05
  • No. I am looking to make the mouse pointer bigger, In settings you go to Mouse Pointer and you can change the pointer size, that is what i am looking for – cantlearnpython38 Mar 20 '23 at 10:08
  • 2
    Upvoting because this is a legitimate question and people have failed to provide constructive criticism. – OnGle Mar 20 '23 at 10:19
  • Here is explained [how to do it in PowerShell](https://stackoverflow.com/questions/60104778/change-and-update-the-size-of-the-cursor-in-windows-10-via-powershell); it should not be too hard to do the same using pywin32. – Roel Schroeven Mar 20 '23 at 10:21

0 Answers0