File: tkinter.md

package info (click to toggle)
pyglossary 5.0.9-1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,896 kB
  • sloc: python: 46,165; sh: 308; javascript: 100; xml: 42; makefile: 28
file content (7 lines) | stat: -rw-r--r-- 250 bytes parent folder | download
1
2
3
4
5
6
7
## Tkinter installation

- Debian/Ubuntu: `apt-get install python3-tk`
- openSUSE: `zypper install python3-tk`
- Fedora: `yum install python3-tkinter`
- Mac OS X: `brew install tcl-tk python-tk`
- Nix / NixOS: `nix-shell -p python38Packages.tkinter`