Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ClickGen Batch Converter

Usage

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]

Options

Path to a directory with cursor files in PNG format

-i, --input-dir INPUT_DIR

Output directory for the cursor files

 -o, --output-dir OUTPUT_DIR

Target 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_SIZE

Hotspot value to be used in the X axis. Default: 5

-x, --hotspot-x HOTSPOT_X

Hotspot value to be used in the Y axis. Default: 5

-y, --hotspot-y HOTSPOT_Y

Animation delay to be used for animated cursors. Default: 1

-d, --anim-delay ANIM_DELAY

Show a help message and exit

-h, --help

Install Dependencies

python -m pip install -r requirements.txt

About

Script to automate cursor creation using "clickgen"

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Contributors

Languages