Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
README.md | D | 03-May-2024 | 484 | 20 | 13 | |
svg_downloader.py | D | 03-May-2024 | 1.2 KiB | 42 | 27 | |
svgs.txt | D | 03-May-2024 | 4.9 KiB | 69 | 68 |
README.md
1SVG Tools 2========= 3 4This directory contains the following- 5 6 7svgs.txt 8-------- 9This text file contains an SVG URL per line. 10The SVGs in this file have been downloaded from the internal doc here: 11https://docs.google.com/document/d/1kYRvUxZTnm1tI_0bTU0BX9jqSSTqPUhGXJVcD3Rcg2c/edit 12 13 14svg_downloader.py 15----------------- 16This python script parses svgs.txt and downloads SVGs into a specified directory. 17 18The script can be run by hand: 19$ python svg_downloader.py --output_dir /tmp/svgs/ 20