- GUI(Graphical User Interface) - TUI(Text-based User Interface) : 지금까지 파이썬을 통해 만든 프로그램 기반 Python 의 GUI 프로그래밍은 wxPython, PyQt, TkInter 등과 같은 패키지를 사용한다. TkInter 는 파이썬의 공식적인 GUI 패키지로서 별도의 프로그램을 설치하지 않고도 바로 사용할 수 있다. TkInter 는 복잡한 프로그램을 개발하기는 부족한 면이 있어, wxPython, PyQt 를 많이 사용한다. http://www.wxpython.org/ Welcome to wxPython! All about wxPython, the cross-platform GUI toolkit for the Python language ..