Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Simple GUI Application (EMI Calc) using Tkiner in Python
Rating: 4.3 out of 5(139 ratings)
9,270 students

Simple GUI Application (EMI Calc) using Tkiner in Python

Learn creating a simple emi calculator using Widgets of Tkinter in Python. Learn Python GUI Application Basics.
Last updated 4/2020
English
English [Auto],

What you'll learn

  • Importing Tkinter Library
  • Working with Lablels, Entry and Button in Tkinter
  • Creating a Simple EMI calculator project using Tkinter Library of Python 3

Course content

1 section6 lectures1h 10m total length
  • Introduction0:11
  • Tkinter Basic Overview25:22

    Explore building a tkinter based gui in python with labels, entry fields, and a button to calculate emi, using window geometry, title, and grid layout in a step-by-step beginner tutorial.

  • Importing the Tkinter library and creating your first window8:13

    Import the Tkinter library and create your first window, set its size and title, and use labels, entries, and a button to compute simple interest and EMI.

  • Importing Button, Entry and Label and Placing them in a window13:23

    Learn to build a Tkinter GUI by importing button, entry, and label widgets, placing them with grid or pack, and wiring a calculate button to read entry values with get.

  • Tkinter Print User Entered Text in a label as result8:43
  • Tkinter Creating the EMI Calculator - GUI Application14:15

Requirements

  • Basic Knowledge of Python 3

Description

EMI Calculator using Tkinter

Tkinter is is Python's de facto standard GUI. It comes with with standard Linux, Microsoft Windows and Mac OS X installs of Python.

  • Importing Tkinter Library

  • Creating and Empty GUI window using Tkinter

  • Importing widgets like Button, Entry, Label etc.

  • Placing widgets in Tkinter.

  • Creating and executing a function on Button click

  • Taking user input and applying mathematical operations.

  • Printing results in a label and configuring its style

Who this course is for:

  • Students who are learning Python Programming