Skip to content

Instantly share code, notes, and snippets.

@Antyos
Antyos / CreoCompression.py
Last active April 28, 2020 21:01
Creo Compression
# Python 3.8
# Licensed with MIT License
DESCRIPTION = """
Creo Compression Program v1.0.1
Written by Andrew Glick on 4/12/2020
Appends old Creo version files in a folder to a zip file with the same name as the folder
Deletes files after adding them to the zip
If no folder specified, defaults to current working directory (in command line)