Demo Project
Getting started with the echo3D Python SDK.
python --version.pip listpython main.py [API_KEY] [SECURITY_KEY]Last updated
Getting started with the echo3D Python SDK.
Open a terminal.
cd to the directory of the cloned repository from GitHub.
Make sure that Python 3.8.16 is properly installed by running the command:
python --version.You can also check if vedo and pyrender are installed by running the command:
pip listRun the command:
python main.py [API_KEY] [SECURITY_KEY]where [API_KEY] is your echo3D API key, and [SECURITY_KEY] is your security key.
A prompt showing a list of available 3D models will appear.
Enter an integer number to choose which 3D models to retrieve and render.
A new window will pop up displaying the rendered 3D model.
All done! π
Last updated