Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 316 Bytes

File metadata and controls

10 lines (8 loc) · 316 Bytes

Python_Tkinker-Learning-Projects

Basic

  • Importation of Tkinker library.
  • Initialize Tk method(that can be used to make a window not to immediately disapper from screen)

Tkinker-GUI

Features
  • Button(attributes: root, text, command{hold function onClick})
  • Label (attributes: root, text)