(1) cmd 실행
(2) > pip install pyinstaller
(1) 타겟파일.py 가 있는 디렉토리로 이동 'cd'
(2-0) > pyinstaller 타겟파일.py #파일이 분산됨
(2-1) > pyinstaller --onefile 타겟파일.py #파일 하나로
(2-1) > pyinstaller -F 타겟파일.py #파일 하나로
(2-2) > pyinstaller -w .\타겟파일.py #콘솔창 X
(2-3) > pyinstaller -w -F .\타겟파일.py #Best Case
이름변경> -n name