Anvil extension that downloads an image and sets it as the background.
Find a file
moli 91df24ca4f
Added automatic detection of image file type.
Create a new windw if necessary.

Added support for AVIF format.
2025-02-17 00:34:25 +09:00
.gitignore Initial commit 2025-02-02 06:31:03 +09:00
aecpic.py Added automatic detection of image file type. 2025-02-17 00:34:25 +09:00
LICENSE first. 2025-02-02 06:54:31 +09:00
README.md Added automatic detection of image file type. 2025-02-17 00:34:25 +09:00

aecpic

Anvil extension that downloads an image and sets it as the background.


There are some Python packages required to run this command, so install them as follows:

python -m pip install requests

python -m pip install pillow

python -m pip install pillow-avif-plugin

python -m pip install magika==0.6.1rc1