Can you draw on cursors in Python?

66 Views Asked by At

I wanted to draw on cursors or atleast open and create cursor files (preferably .CUR), here's what I tried:

from PIL import Image

curImg = Image.new("RGBA", (32,) * 2, (0, 0, 0, 0))
curImg.save("test.cur", format="CUR")
1

There are 1 best solutions below

3
RixTheTyrunt On BEST ANSWER

OK, so the comments all say that I can't edit cursors with only PIL, so with my beeg brain, I published a module called pycur!

pycur is a module that aims to draw on cursors as easy as possible with no modules!

Help me in my mission for pycur! You'll be thanked!