# [pyTermTk](https://github.com/ceccopierangiolieugenio/pyTermTk) Tutorial ## Intro [pyTermTk](https://github.com/ceccopierangiolieugenio/pyTermTk) is a [TUI](https://en.wikipedia.org/wiki/Text-based_user_interface) widgets toolkit.The latest version of [pyTermTk](https://github.com/ceccopierangiolieugenio/pyTermTk) can be downloaded from [PypI](https://pypi.org/project/pyTermTk/) or [github](https://github.com/ceccopierangiolieugenio/pyTermTk) [pyTermTk](https://github.com/ceccopierangiolieugenio/pyTermTk) API is a set of modules containing a large number of classes and functions. ## Install ```shell pip3 install --upgrade pyTermTk ``` ## Modules A list of frequently used modules is given below: - [TTkCore](https://ceccopierangiolieugenio.github.io/pyTermTk/TTkCore) − Core classes used by other modules - [TTkGui](https://ceccopierangiolieugenio.github.io/pyTermTk/TTkGui) − Themes collection - [TTkWidgets](https://ceccopierangiolieugenio.github.io/pyTermTk/TTkWidgets) − Classes for creating classic desktop-style UIs - [TTkTestWidgets](https://ceccopierangiolieugenio.github.io/pyTermTk/TTkTestWidgets) − Classes with basic testing widgets ## Tutorials - **[Hello World](001-helloworld.md)** - **[Logging](004-logging.md)** - **[Layout](002-layout.md)** - **[Signals and Slots](003-signalslots.md)**