Developer's Note - GreatDevelopers/text_to_dxf GitHub Wiki

Core Structure

  • /include Functions and basic operations go here
    • file_close.py include code for closing all the open files
    • file_open.py includes code for opening the files
    • functions.py includes functions
  • /samples includes example files
  • .gitignore includes name of files to be ignored
  • LICENSE contains the license
  • README.MD gives description of the project
  • data_file.py contains all the constants
  • processing.py contains the main code of this project
  • text_to_dxf.py merges every important file into single running instance