This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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) |