Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows GUI용 executable 지원 #6

Closed
haksungjang opened this issue Oct 12, 2022 · 4 comments · Fixed by #15
Closed

Windows GUI용 executable 지원 #6

haksungjang opened this issue Oct 12, 2022 · 4 comments · Fixed by #15
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@haksungjang
Copy link
Member

Python 환경 구축이 곤란한 사용자를 위한 Windows GUI용 executable 지원이 필요합니다.

  • PyQt5로 input file을 선택하고 오픈소스 고지문을 생성하기 위한 간단한 GUI를 구성하고,
  • PyInstaller로 executable을 생성
@haksungjang haksungjang added enhancement New feature or request help wanted Extra attention is needed labels Oct 12, 2022
@HyunMinH
Copy link
Contributor

HyunMinH commented Feb 6, 2023

@haksungjang
안녕하세요~ 카카오 로저스입니다:)

이 이슈를 진행하기 위해 PyQt5 로 환경셋팅을 하려고 했는데요.
제가 개발용으로 사용하고 있는 M1 맥북에서는 해당버전으로 설치가 안되는 이슈가 있습니다.

다행히 최신버전인 PyQt6는 M1에서 정상적으로 동작하고 윈도우에서도 샘플로 만든 exe 파일도 잘 동작합니다.
PyQt5와 PyQt6의 차이점들은 대부분 마이너하다고 하여 별 문제는 없어보이는데 PyQt6로 진행해도 괜찮을까요?
https://coderslegacy.com/differences-between-pyqt5-and-pyqt6/

@haksungjang
Copy link
Member Author

안녕하세요, 로저스!

아, 그렇군요! PyQt6로 진행하셔도 문제 되지 않습니다. Python CLI에 익숙하지 않은 윈도우 사용자를 위한 GUI 제공이 가능하다면 PyQt가 아닌 다른 GUI 도구를 사용해도 좋습니다.

감사합니다. :)

@HyunMinH
Copy link
Contributor

HyunMinH commented Feb 6, 2023

그럼 PyQt6로 진행하겠습니다.
감사합니다^^

@haksungjang haksungjang linked a pull request Feb 20, 2023 that will close this issue
haksungjang added a commit that referenced this issue Mar 6, 2023
Issue6 Windows GUI용 executable 지원 #6
haksungjang added a commit that referenced this issue Mar 6, 2023
@haksungjang
Copy link
Member Author

@HyunMinH 님,

PR 감사합니다! Merge하였습니다. :)
덕분에 큰 기능이 잘 정리되었습니다.

감사합니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants