An open API service indexing awesome lists of open source software.

https://github.com/gemichelst/iconsetgen

generates a html overview from svg icons folder
https://github.com/gemichelst/iconsetgen

bash bash-script icons iconset python python-script python3 svg svg-icons

Last synced: about 1 month ago
JSON representation

generates a html overview from svg icons folder

Awesome Lists containing this project

README

          

# DESCRIPTION

A small script which generates an html which contains
all svg files found in given folder source folder

## REQUIREMENTS

- [Python3.x](https://www.python.org/downloads/)
- packages from requirements.txt

## INSTALL

### CLONE
```bash
git clone https://github.com/gemichelst/iconsetGen.git
```

### INSTALL AS BINARY
needs sudo for cp and chmod
```bash
sudo bash iconset-generator.sh install
```

## USAGE as binary

### GENERATE
```bash
iconset-generator /path/to/svg/folder mySVGs
```

### GET INFORMATION
```bash
iconset-generator env
```

## THANKS
thanks to the devs from the original repo where i forked the python code from:
- [https://github.com/Bouni/hass-iconset-generator](https://github.com/Bouni/hass-iconset-generator)