You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
350 B

# pyTermTk
5 years ago
Python Terminal Toolkit
## Quick Test/Try
#### Clone
```shell
clone git@github.com:ceccopierangiolieugenio/pyTermTk.git
pyTermTk
```
#### Run Basic input test
```shell
python3 tests/test.input.py
```
#### Run Terminal resize test
```shell
# Press CTRL-C to exit
# the logs are written to "session.log"
python3 tests/test.ui.002.py
```