项目作者: amogh9594

项目描述 :
Python Tkinter Tutorial
高级语言: Python
项目地址: git://github.com/amogh9594/python-tkinter-mini-project.git
创建时间: 2020-09-24T09:56:47Z
项目社区:https://github.com/amogh9594/python-tkinter-mini-project

开源协议:

下载


Python tkinter mini project

The tkinter package (“Tk interface”) is the standard Python interface to the Tk GUI toolkit. Both Tk and tkinter are available on most Unix platforms, as well as on Windows systems. (Tk itself is not part of Python; it is maintained at ActiveState.)

Running python -m tkinter from the command line should open a window demonstrating a simple Tk interface, letting you know that tkinter is properly installed on your system, and also showing what version of Tcl/Tk is installed, so you can read the Tcl/Tk documentation specific to that version.

  • Installtion Cmd : pip install tkinter
  • Import package : import tkinter Or, more often: from tkinter import *

Project Name

  • RPS.py : Rock-Paper-Scissors
  • CTF.py : Celsius To Fahrenheit
  • color.py : Color Game
  • quizstar.py : Quiz Game

Tinkter