Skip to content

Icon Generator 3 - Now Supporting Emoji

Pre-release
Pre-release

Choose a tag to compare

@NeighNeighNeigh NeighNeighNeigh released this 13 Aug 06:40
· 10 commits to main since this release
1805567

I have updated Icon Generator to support emoji. Alfred will detect if an emoji has been picked and then use the Python module Pillow to generate the icon.

To get this working I needed to install Pillow into Alfred's default Python (/usr/bin/python3) via the following command:

/usr/bin/pip3 install Pillow