# Guietta - 파이썬으로 간단한 GUI 쉽게 만드는 도구

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=2384](https://news.hada.io/topic?id=2384)
- GeekNews Markdown: [https://news.hada.io/topic/2384.md](https://news.hada.io/topic/2384.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2020-07-04T10:33:25+09:00
- Updated: 2020-07-04T10:33:25+09:00
- Original source: [github.com](https://github.com/alfiopuglisi/guietta)
- Points: 3
- Comments: 1

## Topic Body

- 문자열로 UI를 구성하면 그대로 GUI를 만들어주는 파이썬 모듈

- 값을 입력받고 표시하는 등의 기능을 쉽게 구현

- 실제로는 QT의 Thin Wrapper 로 동작하며 QT의 피쳐들을 그대로 사용 가능

## Comments



### Comment 2177

- Author: xguru
- Created: 2020-07-04T10:33:31+09:00
- Points: 2

비슷한 것으로 TraitsUI 도 있습니다.

https://github.com/enthought/traitsui
