Generates Markdown code to embed Unsplash images.
Currently a rough draft and a direct reimplementation of the old script. Improvements are coming <3
- Your own Unsplash API key. Only the access key is required.
- Python 3.7+
- PySide6 (
pip install PySide6
) - Requests (
pip install requests
)
PySide6 should come with the QT-related dependencies for development (QT designer, uic.exe), but setting them up for convenient use will be dependent on your setup.