Generate a visualization of a part to help with pinout or general planning. Helpful in the early stages of design before layout begins. Can use it for anything that is on a grid.
- Clone this repo
- Cd into the folder
pip install .
There are three ways to use part-map:
python -m part_map
- Opens the GUI without loading a file.part-map
- Opens the GUI without loading a file.part-map load [OPTIONS] FILENAME
- Load the file and open the GUI with any options.
part-map load -h
Usage: part-map load [OPTIONS] FILENAME
Open the Part Map GUI and load a file for viewing.
Options:
--refdes TEXT The refdes to pull from the Telesis.
-c, --circles Draw using circles instead of rectangles.
-r, --rotate Rotate the image by 90 degrees.
--no-labels Disable the text labels.
-s, --save Save the image as a .png.
-d, --dump Dump PartObject as a Json File.
-n, --nogui Do not open GUI window.
-h, --help Show this message and exit.