Skip to content

Latest commit

 

History

History
 
 

day27

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Day 27 - Tkinter, *args, **kwargs and Creating GUI Programs

Concepts Practised

  • Creating Windows and Labels with Tkinter
  • Setting Default Values for Optional Arguments inside a Function Header
  • *args
  • **kwargs
  • Buttons, Entry, and Setting Component Options
  • Other Tkinter Widgets: Radiobuttons, Scales, Checkbuttons and more
  • Tkinter Layout Managers: pack(), place() and grid()

Miles to KM Converter

day27