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.
Install with pip
pip install stl_compressor
stl_compressor
You can also download the Windows exe file here
To package the application as a standalone exe file for windows, use PyInstaller:
pyinstaller --onefile --windowed stl_compressor/stl_compressor_ui.py
python setup.py check
python setup.py sdist bdist_wheel
twine upload dist/*