Scientific GUI Calculator using Tkinter in Python Part 1 | Python Project | Project Guru

Поделиться
HTML-код
  • Опубликовано: 25 сен 2024
  • How to make a Calculator in Python using tkinter | Scientific GUI Calculator using Tkinter in Python | How To Create Scientific Calculator GUI Application Using Tkinter In Python | Scientific calculator using python | How to create a scientific calculator using in python using tkinter | Python Program to Make a Calculator
    In this video, we are going to create GUI Scientific Calculator using Python. As you can see, calculating large numbers nowadays is difficult or time-consuming.
    We’ve created a simple Scientific Calculator GUI using Python that allows you to perform simple and complex calculations.
    To implement GUI we will use the Tkinter module of Python.
    In this project, we will build a Scientific Calculator application using Python Modules.
    Develop Scientific Calculator in Python
    We will be using Tkinter and math modules in Python to build this project. We use the Tkinter module to build the GUI.
    Download the Source Code for Scientific Calculator in Python
    Please download the source code for the Scientific Calculator in Python using the link: github.com/Akk...
    Project Prerequisites
    It is suggested that the developer has prior knowledge on Python and the Tkinter module.
    Steps to build the Scientific Calculator application in Python
    To build the Scientific Calculator project using Python we need to follow the below steps:
    Step 1: Import module
    Step 2: Create geometry or a so-called layout for the GUI of the calculator by using Tkinter.
    Step 3: Create a display in the GUI of the calculator by passing the font style, font size, background color, foreground color as an argument inside the entry function.
    Step 4: Here we will create a number pad for the calculator.
    Step 5: Now we will place all the buttons/operators in their respective position in the grid. This is up to you to set them as per your choice by changing their
    row and column value. In this, each button function is just taking the name of the operator, width, height, background, foreground, font, and respective
    column & row position of the button as an argument.
    Step 6: Create all the functions of the scientific calculator so that they can be called and perform easily.
    Summary
    Hurray! We have successfully built the Scientific Calculator application in Python. In this, we learned the basic widgets of the tkinter module.
    Hope you enjoyed building this project.
    _______________________________________________________________________________________________________________________________________________________________
    Other Python Projects:
    GUI Based Scientific Calculator:- • Scientific GUI Calcula...
    Face Detecton using Python:- • Real time Face detecti...
    GUI Based Music player:- • Learn How to Create an...
    GUI Based RUclips Video Downloader:- • Video
    GUI Based Digital clock:- • Create a digital clock...
    GUI Based Text Editor:- • Build a basic Text Edi...
    Virtual Assistant:- • Build Iron Man Jarvis ...
    QR Code Generator and Reader:- • Python Project QR Code...
    ________________________________________________________________________________________________________________________________________________________________
    Connect with me:
    Facebook:- / ak.kmr
    Instagram:- / ak.kmr111
    Email:- akshaydhiman685@gmail.com
    _______________________________________________________________________________________________________________________________________________________________
    Subscribe:- / @project_guru
    #scientificcalculator #python #tkinter #recentlyupload #projectguru

Комментарии • 30

  • @satyamsingh3216
    @satyamsingh3216 2 года назад +6

    Awesome bro.. it's easily understandable for anyone looking for more☺️

  • @NoobGaming-qh1wb
    @NoobGaming-qh1wb 2 года назад +6

    Thank you sir, it is an amazing video.

  • @rkroshanprince
    @rkroshanprince 2 года назад +6

    Sound me loudness laiye

    • @project_guru
      @project_guru  2 года назад +1

      Sure Brother. Thanks for this suggestion!

  • @SunilSahooBBA
    @SunilSahooBBA Год назад +4

    Very interesting thank you 🙏😉

  • @fantasticfive6103
    @fantasticfive6103 2 года назад +4

    It worked, thankyou so much!

  • @parbhatchand2150
    @parbhatchand2150 2 года назад +3

    It was an awesome project!

  • @raghav2755
    @raghav2755 2 года назад +5

    I copied your code and now my teachers are impressed😂😂

  • @SunilSahooBBA
    @SunilSahooBBA Год назад +4

    Which code editor you use ??

  • @akellner2
    @akellner2 10 месяцев назад +1

    Great, thanks for sharing. When I tried the %-Button, it didn't work. When I type 100 * 5% the app will not give me the correct answer.

  • @er.sahildhiman3375
    @er.sahildhiman3375 Год назад +1

    Your videos are helping us a lot ✌️

  • @krushnashelke3149
    @krushnashelke3149 Год назад +3

    How to make backspace logo

  • @wa7diniana51
    @wa7diniana51 Год назад +1

    thank you so much !

  • @AbHiKasHyaP420
    @AbHiKasHyaP420 6 месяцев назад +1

    Sir ye sequence me nhi aa rhe hai

    • @project_guru
      @project_guru  6 месяцев назад

      You can download the source code from the description box

  • @BW.2711
    @BW.2711 2 месяца назад +1

    My rows aren’t lining well

    • @project_guru
      @project_guru  2 месяца назад

      @@BW.2711 can you please share the code?