Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mortafix/i8-downloader
Python module and Streamlit app to download icon from icons8.com
https://github.com/mortafix/i8-downloader
icons icons8
Last synced: 2 days ago
JSON representation
Python module and Streamlit app to download icon from icons8.com
- Host: GitHub
- URL: https://github.com/mortafix/i8-downloader
- Owner: Mortafix
- License: mit
- Created: 2022-10-19T07:40:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-03T13:39:12.000Z (over 1 year ago)
- Last Synced: 2024-09-24T10:15:53.843Z (about 2 months ago)
- Topics: icons, icons8
- Language: Python
- Homepage: https://wow-icons.streamlit.app/
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/i8-downloader)
[![PyPI](https://img.shields.io/pypi/v/i8-downloader?color=red)](https://pypi.org/project/i8-downloader/)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
![GitHub](https://img.shields.io/github/license/mortafix/i8-downloader)# Web App
Visit the **web app** at https://wow-icons.streamlit.app!# Setup
You can find the package, [here](https://pypi.org/project/i8-downloader/).
```
pip3 install i8-downloader
```# Usage
```bash
i8-downloader # manul setup
i8-downloader https://img.icons8.com/stickers/256/000000/star.png # automatic setup
```