Metadata-Version: 2.4
Name: xcursor-format
Version: 0.4.0
Summary: Library and CLI tool for Xcursor files
Author-email: russiandesman <des.maryin@googlemail.com>
License: MIT
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: Pillow>=10
Dynamic: license-file

# xcursor-format

Library to work with XCursor files

# xcursor_theme_leftifier

Take cursor theme you like (look at /usr/share/icons/), make it left hand friendly.

Usage:

```
xcursor_theme_leftifier.py --input=/usr/share/icons/DMZ-Black --output=test
```

Advanced usage (when you know exactly which cursors need to be flipped and not satisfied with automation results):

```
xcursor_theme_leftifier.py --input=/usr/share/icons/DMZ-Black --output=test --files=left_ptr,left_ptr_watch
```

# xcur2png

Drop-in replacement for great and misterious xcur2png (https://github.com/eworm-de/xcur2png)

Usage:

```
xcur2png --show-hot --outdir=test /usr/share/icons/DMZ-Black/cursors/cross
```
