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.12.0.tar.gz
(4.7 MB
view details)
File details
Details for the file tkinter_embed-3.12.0.tar.gz.
File metadata
- Download URL: tkinter_embed-3.12.0.tar.gz
- Upload date:
- Size: 4.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 |
907680e9f197ae06f22b82494fc3b08245b3580d2cbf26acb2b81337d759351c
|
|
| MD5 |
8229e13578d09082779327b36a0c52e9
|
|
| BLAKE2b-256 |
3b21d2b18c7be4dc27ba2ddf92c0af1e37ced502a8754c04cf2eabf02c7a5d67
|