I'm making a program that streams my screen to another computer(like TeamViewer), I'm using sockets, PIL ImageGrab, Tkinter.
Everything is fine but the screenshot I get from ImageGrab.grab()
is without the mouse cursor, which is very important for my program purpose.
Do you know how can I take screenshot with the mouse cursor?