> For the complete documentation index, see [llms.txt](https://sdc-james.gitbook.io/onebook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sdc-james.gitbook.io/onebook/2.-1/1.6./untitled-10.md).

# 2.5.9.     파이큐티(pyQT)

\
파이썬으로 GUI 프로그래밍을 하려면 wxPython1, PyQt2, TkInter 등과 같은 패키지를 사용합니다. 그중 TkInter는 파이썬의 공식적인 GUI 패키지로서 별도의 프로그램을 설치하지 않고도 바로 사용할 수 있습니다.&#x20;

PyQt는 이름에서 알 수 있듯이 Qt라는 GUI 프레임워크의 파이썬 버전입니다. Qt는 GUI 프로그램 개발에 널리 쓰이는 크로스 플랫폼 프레임워크로서 주로 C++ 프로그래밍 언어를 사용해 프로그래밍합니다. 현재 공식적으로 지원하는 Qt 메이저 버전은 Qt4와 Qt5입니다. 그래서 Qt의 파이썬 바인딩인 PyQt도 PyQt4와 PyQt5로 두 가지 버전이 제공됩니다. PyQT를 사용해서 얻을 수 있는 가장 큰 이점 중 하나는 쉽고 편리하며 직관적인 인터페이스를 가진 GUI 편집기인 Qt Designer 를 사용할 수 있기 때문입니다.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://sdc-james.gitbook.io/onebook/2.-1/1.6./untitled-10.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
