Simple script that converts given images into pixelart-styled images with given resolution, size and colorpalettes to create gadgets for games, animations and more!
tested on linux only.
poetry install .
If you want to run it from commandline:
- Create bash-script & make executable
- symlink it
sudo touch /opt/pixelart
### insert following lines into /opt/pixelart:
# #!/bin/bash
# poetry run -C ~/path/to/pixelart python3 -m pixelart.__main__ "$@"
### create symlink to bash-script
sudo ln -s /opt/pixelart /usr/local/bin/pixelart
If globally installed with symlink get informations via:
pixelart --help
Else run from project-root-dir:
poetry run pixelart --help