https://github.com/panda3d/tkinter
Python wheels for Tkinter
https://github.com/panda3d/tkinter
Last synced: 3 months ago
JSON representation
Python wheels for Tkinter
- Host: GitHub
- URL: https://github.com/panda3d/tkinter
- Owner: panda3d
- Created: 2022-01-04T13:20:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-04T13:43:26.000Z (over 3 years ago)
- Last Synced: 2025-02-09T06:32:09.868Z (5 months ago)
- Language: Python
- Size: 130 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Python interface to Tcl/Tk
==========================This is the Python built-in tkinter module, except supplied separately.
It is useful when using a build of Python that does not have tkinter included,
such as in a virtual environment on an Ubuntu installation without python3-tk.Documentation: https://docs.python.org/3/library/tkinter.html
Building
--------To build the wheel, just type:
```
python setup.py bdist_wheel
```On Windows and macOS, the dependencies are copied automatically.
On Linux, you need to use auditwheel to do this, but see the included
`build_manylinux.sh` script.License
-------The `tkinter` directory is lifted from the Python source, so its license is
that of the Python source (Python Software Foundation license).