2025-02-02 06:31:03 +09:00
|
|
|
# aecpic
|
|
|
|
|
2025-02-05 05:14:31 +09:00
|
|
|
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
|
2025-02-05 05:18:15 +09:00
|
|
|
|
2025-02-05 05:14:31 +09:00
|
|
|
python -m pip install pillow
|
|
|
|
|