import zipfile
# 파일을 불러옴
file = zipfile.ZipFile('/tmp/horse-or-human.zip')
# /tmp/horse-or-human에 모든 압축 풀기
file.extractall('/tmp/horse-or-human')
'Python' 카테고리의 다른 글
Plotly 서브 플롯 그리는 법 (0) | 2022.12.19 |
---|
import zipfile
# 파일을 불러옴
file = zipfile.ZipFile('/tmp/horse-or-human.zip')
# /tmp/horse-or-human에 모든 압축 풀기
file.extractall('/tmp/horse-or-human')
Plotly 서브 플롯 그리는 법 (0) | 2022.12.19 |
---|