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.8.0.tar.gz
(3.8 MB
view details)
File details
Details for the file tkinter_embed-3.8.0.tar.gz.
File metadata
- Download URL: tkinter_embed-3.8.0.tar.gz
- Upload date:
- Size: 3.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e11c3ffefd6d437643247a0dc4be5b2e43bce3097248d63dbc3a7ec115379b3e
|
|
| MD5 |
99c74b2b5519562e9633b25426bbb91e
|
|
| BLAKE2b-256 |
d3a5e485726bd67299e24b16309c57d037922419d6d5bc64247a2da3a2f7e506
|