tkinter-embed
Install Tkinter for Embedded Python
Prerequisites
-
Download
pip.pyzor install pip:- Option 1: Download
pip.pyzfrom https://bootstrap.pypa.io/pip/pip.pyz - Option 2: Install pip using get-pip.py
- Download from: https://bootstrap.pypa.io/get-pip.py
- Run with your embedded Python:
python.exe get-pip.py --target your_embed_folder
- Option 1: Download
-
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
With uv:
uv run --with build 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/*
With uv:
uv run --with twine python -m twine upload dist/*
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
tkinter_embed-3.14.0.tar.gz
(5.3 MB
view details)
File details
Details for the file tkinter_embed-3.14.0.tar.gz.
File metadata
- Download URL: tkinter_embed-3.14.0.tar.gz
- Upload date:
- Size: 5.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ae3738f2c79e19e4590214fc76063e74db9b2aa3d05fece2273b2912bd5b27d3
|
|
| MD5 |
cbb83c856f358153ec3f56667b35aa56
|
|
| BLAKE2b-256 |
af13c82a0a25a44a84a76f523753a2943c004fe75f083b0655e1a711d27c22fc
|