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
- Host: GitHub
- URL: https://github.com/2alf/gparse
- Owner: 2alf
- Created: 2023-07-22T16:35:45.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-22T16:50:33.000Z (almost 3 years ago)
- Last Synced: 2025-01-22T08:45:40.414Z (over 1 year ago)
- Topics: parser, python, svg
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
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.