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.
 
 
 
 
 

1.1 KiB

pyTermTk Tutorial

Intro

pyTermTk is a TUI widgets toolkit.The latest version of pyTermTk can be downloaded from PypI or github

pyTermTk API is a set of modules containing a large number of classes and functions.

A list of frequently used modules is given below:

  • TTkCore − Core classes used by other modules
  • TTkGui − Themes collection
  • TTkWidgets − Classes for creating classic desktop-style UIs
  • TTkTestWidgets − Classes with basic testing widgets

Hello World