tkviews
pyviews adapter for tkinter. It allows to create ui widgets using xml with binding.
Installation
Install using pip:
pip install tkviews
To install dev version:
pip install git+https://github.com/eumis/tkviews.git@dev
Demo application
To get started using tkviews see demo app.
Clone repository to folder([root_folder])
Run following command to install tkviews package
pip install [root_folder] -e
To run demo app execute following commands
cd [root_folder]\demo
python run.py
Docs
See some documentation in docs folder
License
Copyright (c) 2017-present, eumis (Eugen Misievich)
Release files for tkviews 4.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| tkviews-4.0.0.tar.gz | 11.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| tkviews-4.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:24.8 kB
Release files / tkviews-4.0.0.tar.gz
| Download URL | tkviews-4.0.0.tar.gz |
|---|---|
| Size | 11.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8a4fc71dad5dba29a116e7c4e77de9a5a1c247fa97db2e5e275abd548803a02d
|
|
BLAKE2b-256 checksum How to use checksums |
57cba6cf4cc13082072621bfad5e85a26ca45955c72611c2db67bf6dd35451b5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.16
|
Release files / tkviews-4.0.0-py3-none-any.whl
| Download URL | tkviews-4.0.0-py3-none-any.whl |
|---|---|
| Size | 13.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
f5c2d666e53cd03cedabdd513a2a8c2614547035e29ef2a5012a069ab30fdbe7
|
|
BLAKE2b-256 checksum How to use checksums |
58a1d132084f27a514db86961e2878244b8af5a6dee40dbcd47cb8cc6efde5d5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.16
|