Recently I have some tasks on my computer that have to use the mouse cursor automatically, which are like some automated scripts. However, I only have one computer with two monitors, so I hope to work on one of the screens and then let my automated tasks be doing on the other screen with more than two mouse cursors or even more.
So my question is if it is possible to have multiple mouse cursors in a single computer and I can control these cursors by some programming languages like C, C++ or Python? Or, is it possible to simulate some mouse events on the computer but not moving my only mouse cursor? My operating system can be Windows 10 or Ubuntu 18.04 desktop.