Skip to content

InfectedDuck/Calculator-with-graph-plotting-and-basic-functions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Calculator-with-graph-plotting-and-basic-functions

Python calculator application with standard, advanced, and graphing functionalities using tkinter and matplotlib.

Python Calculator

This Python calculator application provides standard arithmetic operations along with advanced mathematical functions and graph plotting capabilities.

Features

  • Basic arithmetic operations: addition, subtraction, multiplication, division
  • Advanced functions: trigonometric (sin, cos, tan), logarithmic (log, ln), and more
  • Graph plotting: visualize mathematical functions using matplotlib
  • Previous result recall: easily reuse the result from previous calculations

Usage

  1. Run the calculator.py script.
  2. Use the buttons to perform calculations.
  3. Click on "Advance" for additional mathematical functions.
  4. Click on "Graph" to plot mathematical functions.
  5. Enjoy hassle-free mathematical computations!

Requirements

  • Python 3.x
  • tkinter
  • numpy
  • matplotlib

Installation

  1. Download all files!
  2. Open the project with editor like Pycharm!
  3. Install necessary libraries!
  4. Launch the program!

About

Python calculator application with standard, advanced, and graphing functionalities using tkinter and matplotlib.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages