Simple gallery downloader based on gallery-dl
- No need to have gallery-dl installed
- Simultaneous downloads with multiple tabs
- Choose to download only videos or only images easily
- Compatible with all gallery-dl sites
Download latest version or build it after cloning the repository with this command in your terminal
pyinstaller --onefile --windowed --icon=icon.ico --add-data "icon.ico;." main.py

