Skip to main content

Posts

Showing posts from June, 2021

Simple Calculator Using Python

      Simple Calculator Using Python      Hello friends in this blog we will learn how we can create simple calculator using python. To create calculator we required Tkinter library which is built-in library of python. With the help of this library we can create GUI of the application.  To create calculator we follow some steps:- 1) Import all required libraries and create the basic window:- 2) Add required widgets to window:- In this step add number and operators buttons to the window. 3) Create function for each button:- In this step create separate functions for 0 to 9 numbers, operator (+,-,*,/), equals, clear buttons.      i] Function for 0 to 9 numbers:- Here we create one function for 0 to 9 numbers. We pass number as a parameter to function so that one function is enough for 0 to 9 number buttons.      ii] Function for operators(+,*,-,\):- Here we create separate functions for each operator.                          iii] Function for equal button:- In this function actual cal

Translator App using Tkinter

  Translator App using Tkinter Hello Friends in this blog we will learn how we can create our own translator application using python gui package  Tkinter . Tkinter is the built in python package which provide us to create some applications.  Steps to create Translation application 1. Import require packages or libraries: To import google_trans_new you must have to install this library.  How to install this library and how it works ? click here 2. Create a basic GUI for our application: With the help of google_trans_new we get the languages automatically. 3. Create a function  Output: YouTube Video Link Click Here

Contact Form

Name

Email *

Message *