Python library wrapper for cursorgen for building animated and static cursors primarily made by [夜夢(よるむ)]
- Python version 3.7.5 or higher
- cursorgen >= 1.0.0
- Clone the repo
pip install cursorgen -e https://github.com/ashuramaruzxc/cursorgen#egg=cursorgen
- Clone the repo
- Ensure that
nix >= 2.37
is installed - in
nix.conf
putexperimental-features = nix-command flakes
nix-env -iA nixpkgs.direnv
direnv allow
If you have animated or static (.ani | .cur) files you can simply run:
python -m CursorConverter --prefix /Path/To/Directory With Cursors
It will create a directory dist
with cursorname directory, thumbnail and simple index.theme file
However, if you want to make a custom name and add a comment:
python -m CursorConverter \
--prefix /Path/To/Directory With Cursors \
--name "Sample" \
--comment "Sample"
You can also specify amount of jobs(something like make -j16...) in order to speed up converter a bit:
python -m CursorConverter --prefix /Path/To/Directory With Cursors -j numberOfJobs
This project utilizes media assets that are created by 夜夢(よるむ), who gave permission to modify and redistribute their work.
Please note that if you plan to use or redistribute these assets, you must adhere to the terms of the license. See the LICENSE file for details.
- Media Assets by: 夜夢(よるむ)
- Author's Pixiv Profile
- Some cursors were ported by muha0644, which were used as reference.