How can I download my designs?

How can I get all my artwork files downloaded to my computer?

Jeff Schnitzer avatar
Written by Jeff Schnitzer
Updated over a week ago

You can download designs one-at-a-time from the OrbitKit UI, but if you're comfortable with working at the command line, there's an easier way:

  1. Export the metadata CSV of your design library (or subset that you care about).

  2. Download the OrbitKit downloader.py file from Github.

  3. Make sure you have a recent version of Python installed on your computer.

  4. From the command line, run python downloader.py /path/to/mydesigns.csv /path/to/destination

You can control-c to cancel. If you restart, the downloader will pick up where it left off.

Did this answer your question?