# Textual - 파이썬용 TUI 프레임워크

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=7112](https://news.hada.io/topic?id=7112)
- GeekNews Markdown: [https://news.hada.io/topic/7112.md](https://news.hada.io/topic/7112.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2022-08-04T10:23:01+09:00
- Updated: 2022-08-04T10:23:01+09:00
- Original source: [github.com/Textualize](https://github.com/Textualize/textual)
- Points: 13
- Comments: 2

## Topic Body

- 최신 웹 개발 방식을 이용한 TUI(Text User Interface) 프레임워크   
→ Curses 같은 방식이 아닌 CSS 와 Vue/React 등의 기술등을 이용   
- 비동기 이벤트 핸들링(async/await 사용)  
- Rich 라이브러리를 사용하여 모든 렌더링 기능을 그대로 이용 가능  
- 맥/윈/리눅스 지원

## Comments



### Comment 11634

- Author: v08zbv8fvlkjasdflkj
- Created: 2022-08-04T19:40:09+09:00
- Points: 1

Curses 쓰고 있는데 좋아뵈네요.  
Python에 임베드된 Curses 같은 경우 윈도우하고 리눅스하고 처리가 다른 경우가 있어서 불편한 점이 있는데요.  
개인적인 단점은 제가 web을 몰라서 ㅠ

### Comment 11633

- Author: xguru
- Created: 2022-08-04T10:24:02+09:00
- Points: 1

[Rich - 터미널을 화려하게 포매팅하는 파이썬 라이브러리](https://news.hada.io/topic?id=2025)
