Metadata-Version: 2.1
Name: win2xcur
Version: 0.0.2
Summary: win2xcur is a tool to convert Windows .cur and .ani cursors to Xcursor format.
Home-page: https://github.com/quantum5/win2xcur
Author: quantum
Author-email: quantum2048@gmail.com
License: UNKNOWN
Description: # `win2xcur` [![Build Status](https://img.shields.io/github/workflow/status/quantum5/win2xcur/Python%20package)](https://github.com/quantum5/win2xcur/actions) [![PyPI](https://img.shields.io/pypi/v/win2xcur.svg)](https://pypi.org/project/win2xcur/) [![PyPI - Format](https://img.shields.io/pypi/format/win2xcur.svg)](https://pypi.org/project/win2xcur/) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/win2xcur.svg)](https://pypi.org/project/win2xcur/)
        
        `win2xcur` is a tool that converts cursors from Windows format (`*.cur`,
        `*.ani`) to Xcursor format. This allows Windows cursor themes to be used on
        Linux, for example.
        
        `win2xcur` is more than a simple image conversion tool. It preserves the cursor
        hotspot and animation delay, and has an optional mode to add shadows that
        replicates Windows's cursor shadow effect.
        
        ## Installation
        
        To install the latest stable version:
        
            pip install win2xcur
        
        To install from GitHub:
        
            pip install -e git+https://github.com/quantum5/win2xcur.git
        
        ## Usage
        
        For example, if you want to convert [the sample cursor](sample/crosshair.cur):
        
            mkdir output/
            win2xcur sample/crosshair.cur -o output/
        
        `-s` can be specified to enable shadows.
        Multiple cursors files can be specified on the command line.
        For example, to convert a directory of cursors with shadows enabled:
        
            win2xcur input/*.{ani,cur} -o output/ 
        
        For more information, run `win2xcur --help`.
        
Keywords: cur ani x11 windows win32 cursor xcursor
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Win32 (MS Windows)
Classifier: Environment :: X11 Applications
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Desktop Environment
Description-Content-Type: text/markdown
