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.
 
 
 
 
 
Eugenio Parodi b89074f510 Removed the id of the kode terminal example 3 years ago
..
calculator codespell 4 years ago
examples Removed the id of the kode terminal example 3 years ago
helloworld Add log tutorial 5 years ago
layout codespell 4 years ago
logging Ported the tutorial from 'md' to 'rst' 5 years ago
signalslots Add signals/slots tutorial 5 years ago
ttkDesigner/textEdit Used mp4 videos instead of webm in the TextEdit Tutorial 3 years ago
000-examples.rst Fix duplicates warning in rst 3 years ago
001-helloworld.rst Fixed some tutorial Links 5 years ago
002-layout.rst codespell 4 years ago
003-signalslots.rst Fixed Links 5 years ago
004-logging.rst Fixed Links 5 years ago
005-calculator.rst codespell 4 years ago
README.md Added Calculator Tutorial 4 years ago

README.md

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.

Install

pip3 install --upgrade pyTermTk

Modules

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

Tutorials