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")
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")
Copyright © 2021 Jogjafile Inc.
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!pycuris 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!