Skip to content

Python scripts to convert NFgene source data from csv to SVG and PNG

License

Notifications You must be signed in to change notification settings

nfgenes/csv2svg2png

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NFgenes 🧬⛓ - csv2svg2png

Python scripts to convert NFgene source data from csv to SVG and PNG

This library is a simple conversion utility to take the source data compiled for the NFgenes genesis mint and create an SVG and PNG file for each.

generate_svgs.py

# Will read the file 'genes.csv' in the root dir and generate an
# svg file for each row and store them in the './input' dir.
$ python3 generate_svgs.py

generate_pngs.py

# Will iterate through each file in the '/input' dir and
# generate a png file for each.
$ python3 generate_pngs.py

Learn more about the NFgenes 🧬⛓ project

About

Python scripts to convert NFgene source data from csv to SVG and PNG

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages