# PySimpleGUI - 일반 사용자를 위한 Python GUI 만들기

> Clean Markdown view of GeekNews topic #5056. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=5056](https://news.hada.io/topic?id=5056)
- GeekNews Markdown: [https://news.hada.io/topic/5056.md](https://news.hada.io/topic/5056.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2021-09-22T09:15:29+09:00
- Updated: 2021-09-22T09:15:29+09:00
- Original source: [github.com](https://github.com/PySimpleGUI/PySimpleGUI)
- Points: 11
- Comments: 1

## Topic Body

- 다양한 위젯을 이용하여 파이썬 프로그램에 쓰기 편한 UI를 생성

- tkinter, Qt, WxPython, Remi 위에 더 쓰기 편한 Wrapper를 제공

ㅤ→ 해당 프레임워크를 직접 이용하는 것보다 절반에서 1/10 정도의 코드만 필요

- 수많은 Python 프로그램들이 대부분 커맨드라인 기반인데, 이들을 일반 사용자들이 쓸수 있도록 GUI Gap을 없애는 것을 목표

- 멀티 윈도우 어플리케이션도 간단히 구현

- Python 2.7 & 3 지원

- 300개 이상의 데모와 쿡북 제공

## Comments



### Comment 6889

- Author: xguru
- Created: 2021-09-22T09:15:35+09:00
- Points: 2

- DearPyGui - GPU 가속되는 파이썬 GUI 프레임워크 https://news.hada.io/topic?id=2744

- Gooey 로 모든 언어 및 CLI 도구의 GUI 만들기  https://news.hada.io/topic?id=582
