Don't want to spend time to write, two screenshots, two source codes. They are my first attempts to code using Urwid. My goal is a little bigger than tic-tac-toe game.


urttt.py

The game board can be resized, so it doesn't have to be traditional Tic-tac-toe game. The code is a mess. But you still can read about how I use customized fonts for BigText, signals, etc.


bt_input.py

Tried to use this to understand input events. Using Pile as topmost widget.