An open API service indexing awesome lists of open source software.

https://github.com/korniichuk/tk

Python Tkinter test app repo
https://github.com/korniichuk/tk

gui linux python python-3 python3 tkinter ubuntu ui windows

Last synced: 7 months ago
JSON representation

Python Tkinter test app repo

Awesome Lists containing this project

README

          

# tk
**Name:** tk

**Description:** Python Tkinter test app repo

**GitHub:** https://github.com/korniichuk/tk

## Table of Contents
* **[Portability](#portability)**
* **[Ubuntu Desktop 16.04 LTS](#ubuntu-desktop-1604-lts)**
* **[Windows 10](#windows-10)**
* **[Prerequisites](#prerequisites)**
* **[Ubuntu Desktop](#ubuntu-desktop)**

## Portability
Python Tkinter test app checked on Ubuntu Desktop 16.04 LTS and Windows 10.
### Ubuntu Desktop 16.04 LTS
![linux.png](img/linux.png "Ubuntu Desktop 16.04 LTS")
### Windows 10
![windows.png](img/windows.png "Windows 10")

## Prerequisites
### Ubuntu Desktop
[Install tkinter](https://tkdocs.com/tutorial/install.html) Python lib:
```
$ sudo apt-get install python3-tk
```