[파이썬] PyQt5로 만든 gif를 화면에 표시해주는 프로그램 사용된 PyQt5 라이브러리 모듈 from PyQt5.QtWidgets import QApplication, QWidget, QLabel, QFileDialog from PyQt5.QtGui import QMovie, QPixmap from PyQt5.QtCore import Qt, QTimer 처음 버전 두번째 버전 Python 공부/작업물 2023.04.16