Skip to content

Math Calculator to perform arithmetic operations on numbers.

Notifications You must be signed in to change notification settings

RakshitKumar04/Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Math Calculator

My project is on a calculator that does some basic calculations. There are currently to versions of the project: 1 - CLI-caclulator 2 - GUI-calculator

Added functionalities in CLI calculator are:

  • Addition
  • Subtraction
  • Multiplication
  • Division
  • Square
  • Cube
  • Square root
  • Cube root
  • Factorial
  • Power
  • Remainder
  • Average
  • Percentage
  • Sin
  • Cos
  • Tan
  • Permutation & Combination

Feature in GUI calculator are:

  • Addition
  • Subtraction
  • Multiplication
  • Division
  • Support for multiple stringed operations(follows first come first serve, like a real calculator)
  • GUI entry, buttons to make usage easier

Dependencies of the project:

  • python3.6+
  • math (standard module in PyPI)
  • tkinter tkinter can be installed using: pip install tkinter

Running this project:

  • clone this repo using- git clone https://github.com/RakshitKumar04/Maths-py/

  • go to the project folder using- cd ./Maths-py/

  • Install dependencies using- pip install -r requirements.txt

  • Running CLI: python3 main.py

  • Running GUI: python3 GUI-main.py

Bugs in GUI:

  • padding sizes might be different for different OS and different screen size.

There are many more to go.. Please add more Maths functionalities you can add in issues and send the PR for the same.

Happy coding!

Happy Hacktoberfest!

About

Math Calculator to perform arithmetic operations on numbers.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages