python clickgen_batch_converter.py [-h] -i INPUT_DIR -o OUTPUT_DIR -p {windows,x11} -t {static,animated} [-s CURSOR_SIZE] [-x HOTSPOT_X] [-y HOTSPOT_Y] [-d ANIM_DELAY]Path to a directory with cursor files in PNG format
-i, --input-dir INPUT_DIROutput directory for the cursor files
-o, --output-dir OUTPUT_DIRTarget system platform. Options: windows, x11
-p, --platform {windows,x11}Cursor type. Options: static, animated
-t, --cursor-type {static,animated}Cursor size, the following pattern can be used to enable canvasing: size:canvas_size. Default: 32
-s, --cursor-size CURSOR_SIZEHotspot value to be used in the X axis. Default: 5
-x, --hotspot-x HOTSPOT_XHotspot value to be used in the Y axis. Default: 5
-y, --hotspot-y HOTSPOT_YAnimation delay to be used for animated cursors. Default: 1
-d, --anim-delay ANIM_DELAYShow a help message and exit
-h, --helppython -m pip install -r requirements.txt