aidyai / SVGRepoCollectionDownloader

Downloads a complete collection from SVGRepo.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SVGRepoCollectionDownloader

This script does exactly what it sounds like... It's a helper script to download complete collections from SVGRepo.com.

Usage

Example to download the collection flare-dashed-icons to %USERPROFILE%/Documents/icons (or ~/icons on Linux):

py download.py https://www.svgrepo.com/collection/flare-dashed-icons

The script also takes a -p/--path argument to specify the output directory:

py download.py https://www.svgrepo.com/collection/flare-dashed-icons -p /my/custom/path

About

Downloads a complete collection from SVGRepo.com

License:MIT License


Languages

Language:Python 100.0%