Skip to content

TanixLu/tkinter-embed

Repository files navigation

tkinter-embed

Install Tkinter for Embedded Python

Prerequisites

  1. Download pip.pyz or install pip:

  2. Install Setuptools first.

The following examples use the pip.pyz method for installation.

Installation Steps

Navigate to your embedded Python folder and run:

.\python pip.pyz install setuptools --target .
.\python pip.pyz install tkinter-embed --target .

Build Package

python -m build --sdist

Test Installation

pip install -v --target embed .\dist\tkinter_embed-1.0.0.tar.gz

Publish to PyPI

python -m twine upload dist/*

About

install tkinter for embedded python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages