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

https://github.com/2alf/gparse

Quick tool that separates group tags in svgs for future parsing
https://github.com/2alf/gparse

parser python svg

Last synced: 10 months ago
JSON representation

Quick tool that separates group tags in svgs for future parsing

Awesome Lists containing this project

README

          

# gparse
quick tool that separates group tags in svgs for future parsing

Helps you find unique `` tags and save specific `` tags as separate SVG files.

## Usage 🐻

```bash
git clone https://github.com/2alf/gparse.git
python3 main.py
```

- load file
```python
- Enter the path to the SVG file: [ /path/MyFile.svg ]
- Found [$x] unique tags in the SVG file.
```

-read
```python
read
```

-save
```python
save
```

-quit
```python
q
```

# Known issues
- On files with over 600 tags it doesnt automatically copy the header.