https://wikidocs.net/21952 # one-file, clean cache $ pyinstaller -F --clean listener_by_python.py 제작한 Python 파일(.py)을 실행파일(.exe)로. PyInstaller를 이용하면 파이썬과 PyQt5로 제작한 GUI 프로그램을 간단하게 실행파일 (exe)로 만들 수 있습니다. (PyInstaller 홈페이지) 실행파일은 파이썬이 설치되어 있지 않은 pc에서도 프로그램을 실행할 수 있도록 해줍니다. PyInstaller 설치 실행파일 만들기 콘솔창 출력되지 않도록 하기 실행파일 하나만 생성하기 PyInstaller 설치 우선 명령프롬프트에서 아래의 명령어를 통해 PyInstaller 패키지를 설치합니다. -> python..