Tkinter for Windows Embedded Python
Project description
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
Test Installation
pip install -v --target embed .\dist\tkinter_embed-1.0.0.tar.gz
Publish to PyPI
python -m twine upload dist/*
Project details
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.9.0.tar.gz
(3.7 MB
view details)
File details
Details for the file tkinter_embed-3.9.0.tar.gz.
File metadata
- Download URL: tkinter_embed-3.9.0.tar.gz
- Upload date:
- Size: 3.7 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
22173d13726bb43f6f1d14a97cbeff4985107007980ac3c5f68187fcd2b41cf1
|
|
| MD5 |
44175d5589fa14a78e051dc9dad6c6c9
|
|
| BLAKE2b-256 |
611ec2b85f8fab566eeeba15810caca749c5c12d195a6d4ed4718b894db7ffcd
|