API Reference
You can use the API of Line Track Designer to create tracks with Python scripts. This part explains all the classes and methods you can use.
The main module is Track.
To import Line Track Designer:
import line_track_designer
Modules:
- Track
TrackTrack.read()Track.zeros()Track.max_shape()Track.__init__()Track.tilesTrack.orientTrack.nameTrack.__str__()Track.__repr__()Track.add_col()Track.add_row()Track.del_col()Track.del_row()Track.set_tile()Track.rotate()Track.dimensions()Track.occurences()Track.print_track()Track.export_img()Track.show()Track.save_img()Track.save_txt()Track.save_md()
- Tile
- Printer
- Markdown
- Errors