# Gooey 로 모든 언어 및 CLI 도구의 GUI 만들기

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=582](https://news.hada.io/topic?id=582)
- GeekNews Markdown: [https://news.hada.io/topic/582.md](https://news.hada.io/topic/582.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2019-09-24T06:54:38+09:00
- Updated: 2019-09-24T06:54:38+09:00
- Original source: [chriskiehl.com](https://chriskiehl.com/article/gooey-as-a-universal-frontend)
- Points: 6
- Comments: 2

## Topic Body

몇줄의 Python 코드와 JSON 만으로 UI를 가진 .exe 또는 .app 생성.

간단하게 만든 CLI 를 배포용으로 만들기 좋음

## Comments



### Comment 461

- Author: xguru
- Created: 2019-09-24T07:06:22+09:00
- Points: 2

Python 사용자의 경우 파이썬 객체를 CLI 로 만들어주는 Python Fire 와 연계하면

파이썬 객체->CLI->Gooey UI 로 만드는 것도 가능

https://github.com/google/python-fire

### Comment 468

- Author: tujuc
- Created: 2019-09-24T16:29:50+09:00
- Points: 1
- Parent comment: 461
- Depth: 1

오! click이나 invoke를 이용해서 cli를 만들고 있었는데 이건 편하겠군요.

개인적으로 플젝할때 사용해봐야겠네요.
