UbaydullohML / STL-Viewer-3D

Python script using the PyQt5 and pyqtgraph libraries to create a simple 3D STL file viewer with a graphical user interface (GUI).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

STL-Viewer-3D

STL file viewer based on PyQt5 and PyQtGraph.

Python script using the PyQt5 and pyqtgraph libraries to create a simple 3D STL file viewer with a graphical user interface (GUI).

Outputs:

Screenshot 2024-02-07 183348

zoom + and zoom - are supported

Screenshot 2024-02-07 183548

Setup

Create the environment:

conda create -n stlviewer python=3.8 pyqt pyqtgraph numpy numpy-stl pyopengl
# or
conda create -n stlviewer python=3.8 pyqt pyqtgraph numpy pyopengl -c conda-forge -c anaconda

Activate the environment:

conda activate stlviewer

start StlViewer:

python stl-viewer.py

etc:

https://www.youtube.com/watch?v=bqNvkAfTvIc

https://chat.openai.com/share/eabc916c-6f5d-46e7-87ec-2c44acdac741

https://g.co/bard/share/03501723caba

About

Python script using the PyQt5 and pyqtgraph libraries to create a simple 3D STL file viewer with a graphical user interface (GUI).

License:MIT License


Languages

Language:Python 100.0%