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
- Host: GitHub
- URL: https://github.com/korniichuk/tk
- Owner: korniichuk
- License: unlicense
- Created: 2018-11-30T17:32:13.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-30T17:38:55.000Z (almost 7 years ago)
- Last Synced: 2025-01-17T08:28:01.873Z (9 months ago)
- Topics: gui, linux, python, python-3, python3, tkinter, ubuntu, ui, windows
- Language: Python
- Homepage: http://www.korniichuk.com
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

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