AutoCAD DXF Transformer

I am learning DXF format today. In order to understand it, I wrote a simple program that convert DXF format into json | html | txt formats.

It currently only supports simple DXF file with only LINE entity.
https://github.com/druckenclam/code4blogs/tree/master/AutoCAD_dxf_transformer


Popular posts from this blog

LeetCode 68 Text Justification (C++, Python)

How Django Works (4) URL Resolution

Python Class Method and Class Only Method