Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 683 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 683 Bytes

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

Install with pip

pip install stl_compressor
stl_compressor

You can also download the Windows exe file here

Packaging

To package the application as a standalone exe file for windows, use PyInstaller:

pyinstaller --onefile --windowed stl_compressor/stl_compressor_ui.py

Upload to Pypi

python setup.py check
python setup.py sdist bdist_wheel
twine upload dist/*