Sometimes it is useful to create Inkscape files from programs e.g.
to put items with exact measurements in the document;
to vary the contents of the file depending e.g. on the current date;
to draw patterns depending on equations and calculations.
Inkscape File Maker enables you to do these things, and more, from Python programs. The library used to create Inkscape files such as these is called ifm.py - it can be found at:
Sometimes it is useful to create Inkscape files from programs e.g.
Inkscape File Maker enables you to do these things, and more, from Python programs. The library used to create Inkscape files such as these is called ifm.py - it can be found at:
https://github.com/RobG73/InkscapeFileMaker
Full instructions are in the Readme file.:
https://github.com/RobG73/InkscapeFileMaker/blob/main/README.md
I would be grateful if someone could try this out, and let me know if it works for them.
Thanks.