Skip to content
This repository has been archived by the owner on Dec 28, 2022. It is now read-only.

Download any icon pack from IconArchive, even ones that you can't download.

License

Notifications You must be signed in to change notification settings

ysfchn/IconArchiveDownloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IconArchiveDownloader

A simple script that downloads a whole icon pack on iconarchive.com. Because some packs have not a "download the whole pack" option (as their download links redirects to another sources), this script allows to download the all icon packs on IconArchive by searching for pages and downloading the icons one by one. And it does that by parsing the website source.

It supports all sizes and icon formats as same on the website itself, so you can specify the icon format like PNG, ICO, ICNS and SVG.

Usage

Open app.py file, find this line:

# Replace with icon pack URL.
url = "ICONSET URL"

And replace it with the icon pack URL, like this:

# Replace with icon pack URL.
url = "https://iconarchive.com/show/papirus-apps-icons-by-papirus-team.html"

Lastly, you can specify the icon format;

# Type the format that you want to get the icons in.
icon = IconFormat.PNG_512

All icon formats that exists on IconArchive, so you can use any option you want:

# Type the format that you want to get the icons in.
IconFormat.PNG_512
IconFormat.PNG_256
IconFormat.PNG_128
IconFormat.PNG_96
IconFormat.PNG_72
IconFormat.PNG_64
IconFormat.PNG_48
IconFormat.PNG_32
IconFormat.PNG_24
IconFormat.PNG_16
IconFormat.ICO
IconFormat.ICNS
IconFormat.SVG

Then execute the app.py!

This project is not affiliated with iconarchive.com

About

Download any icon pack from IconArchive, even ones that you can't download.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages