티스토리 뷰
임의 폴더 내 파일을 Zip파일로 압축
zipFilename = folderName + "_" + datename2 +".zip"
newZip = zipfile.ZipFile(zipFilename, 'w')
for file in os.listdir(folderPath):
newZip.write(os.path.join(folderPath, file), compress_type=zipfile.ZIP_DEFLATED)
newZip.close()
반응형
'SWDesk' 카테고리의 다른 글
[Python] datetime 예제 (0) | 2021.08.24 |
---|---|
[Python] 수집된 자료를 정리하는 파이썬 소스 코드 (0) | 2021.08.22 |
[Python] Dataframe to Dict (1) | 2021.08.08 |
인공지능 스타트업 (0) | 2021.07.17 |
[PHP, Python] JSON Test (0) | 2021.07.10 |
반응형
250x250
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 배프
- bilient
- 아두이노
- DYOV
- 절연형
- Innovations&Hurdles
- Innovations
- 치매방지
- 심심풀이치매방지기
- 둎
- Decorator
- Video
- 혁신
- 심심풀이
- 빌리언트
- 오블완
- 혁신과허들
- 전압
- 티스토리챌린지
- ServantClock
- 허들
- Innovation&Hurdles
- 전압전류모니터링
- 치매
- Hurdles
- image
- 전류
- arduino
- badp
- BSC
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
글 보관함