summaryrefslogtreecommitdiff
path: root/examples/termui/termui.py
Commit message (Expand)AuthorAgeFilesLines
* add typing annotationsDavid Lord2021-04-231-1/+1
* f-strings everywhereDavid Lord2020-04-201-1/+1
* apply pyupgrade --py36-plusDavid Lord2020-04-201-8/+7
* manual cleanupDavid Lord2020-03-081-6/+6
* apply blackDavid Lord2020-03-061-50/+68
* apply reorder-python-importsDavid Lord2020-03-061-8/+4
* Added support for manually advancing progressbars.Armin Ronacher2015-03-311-0/+11
* Made termui example fit into 79 column terms.Armin Ronacher2014-06-081-1/+1
* Added some examples to termui for getchar and pauseArmin Ronacher2014-06-011-0/+34
* Fixed a bug with autowidth on progress bars.Armin Ronacher2014-05-301-0/+6
* Fixed some 3.x problems.Armin Ronacher2014-05-301-1/+1
* Added more examples to termuiArmin Ronacher2014-05-281-0/+29
* Added style helpers and added deeper ansi color support. Colorama now optional.Armin Ronacher2014-05-271-10/+7
* Updated termui script to also have a clear command.Armin Ronacher2014-05-261-0/+6
* Added support for current item display to progressbar.Armin Ronacher2014-05-261-1/+6
* Added an example for the terminal ui functionsArmin Ronacher2014-05-261-0/+68