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
- Host: GitHub
- URL: https://github.com/gemichelst/iconsetgen
- Owner: gemichelst
- Created: 2023-02-15T20:00:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-15T21:21:22.000Z (over 3 years ago)
- Last Synced: 2025-04-04T00:44:30.282Z (about 1 year ago)
- Topics: bash, bash-script, icons, iconset, python, python-script, python3, svg, svg-icons
- Language: Python
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)