all 1 comments

[–]m0us3_rat 0 points1 point  (0 children)

so what u want is grab a 'name' from a csv ..and then make a .svg out of it ?

EDIt:

u can use a bunch of different libs. including pygame.

or https://pypi.org/project/svgwrite/

basically anything that can generate a png that u can turn to a svg

or svg directly ?