- Text-based user interface - Wikipedia #ril
- jroimartin/gocui: Minimalist Go package aimed at creating Console User Interfaces. CUI (Console User Interface) 是另一種說法。
- Topic: cui、Topic: tui 有些專案同時標示 tui 與 cui,甚至是 cli。
- gui - Is it crazy to develop a TUI today? - Software Engineering Stack Exchange #ril
- command line - Are there differences between cli and tui? - Ask Ubuntu #ril
- Ask HN: Good examples of interactive command-line user experience? | Hacker News #ril
- asciinema - Record and share your terminal sessions, the right way -- asciicasts 下應該找到不錯的應用,例如 mapscii #ril
- Curses Programming with Python — Python 2.7.14 documentation #ril
- 15.11. curses — Terminal handling for character-cell displays — Python 2.7.14 documentation #ril
- user interface - Input in a Python text-based GUI (TUI) - Stack Overflow 許多人都提到
curses
;rook: 推薦基於 curses 的 urwid;Peter Brittain: Linux 及 OS X 上的標準是ncurses
,而 Python built-incurses
就是包裝它,但在 Windows 上的支援有限。跨平台方案可選 asciimatics,此外它也提供許多高階的 UI widgets。 - Good python library for a text based interface? : Python 有人提到 asciimatics、curses、urwid、blessed、Python Prompt Toolkit -- IPython 就是用它!! 作者還寫了 pymux 與 pyvim,重刻了 tmux 與 vim !?
- pfalcon/picotui: Lightweight, pure-Python Text User Interface (TUI) widget toolkit with minimal dependencies. Dedicated to MicroPython. 支援 CPython 3 與 MicroPython!
- I'm trying to make a fancy CLI interface in python. Curses is very confusing (and I can't find a good tutorial!) Any suggestions? : Python #ril
- Create TUI on Python – Valery Krasnoselsky – Medium (2018-04-21) 用
npyscreen
#ril - tehmaze/diagram: Text mode diagrams using UTF-8 characters and fancy colors #ril
相關: