Skip to content

Files

Latest commit

082952f · Feb 2, 2025

History

History
7 lines (6 loc) · 250 Bytes

tkinter.md

File metadata and controls

7 lines (6 loc) · 250 Bytes

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