Skip to content

fan-ziqi/stl_compressor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 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

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/*

About

A tool to compress STL files

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages