Skip to content

fan-ziqi/stl_compresser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STL Compressor

STL Compressor is a tool designed to compress STL files efficiently. Users can conveniently compress multiple STL files in batches, reducing their file sizes without compromising on quality.

Usage

  • Windows users can download here

  • Python

    git clone https://github.com/fan-ziqi/stl_compresser.git
    cd stl_compresser
    pip install -r requirements.txt
    python stl_compresser_ui.py

Packaging

To package the application as a standalone executable, use PyInstaller:

pyinstaller --onefile --windowed stl_compresser_ui.py