Anvil extension that downloads an image and sets it as the background.
Find a file
2025-02-17 01:03:54 +09:00
.gitignore Initial commit 2025-02-02 06:31:03 +09:00
aecpic.py i fixed some test codes. 2025-02-17 01:03:54 +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