/DXF2img

A tool to convert dxf files to images

Primary LanguagePythonMIT LicenseMIT

DXF2img

A tool to convert dxf files to images.

this tool uses ezdxf library to convert DXf to images,

also it has a GUI to be easy to use by everyone.

Requirements:

Python 3

ezdxf : to install it use "pip install ezdxf"

wxpython : to install it use "pip install wxPython"

matplotlib : to install it use "pip install matplotlib"