Icon Generator 3 - Now Supporting Emoji
Pre-release
Pre-release
·
10 commits
to main
since this release
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