This repository contains a simple Python Dash web app to scrape the Flaticon website and easily download groups of images.
The app is deployed on vercel at the following link: Flaticon Scraper.
The web app allows you to search for a list of queries separated by ;
. For each query a set of icons taken from Flaticon are proposed.
You can select the icons to download by simply clicking on them. Finally you can download all the selected icons in a zip file.
You can run the application in a local enviroment by installing all the required library:
pip install requirements.txt
And running:
python app/app.py
It is also possible to run the web app with docker:
docker compose up