Skip to content

Latest commit

 

History

History
64 lines (51 loc) · 1.46 KB

README.md

File metadata and controls

64 lines (51 loc) · 1.46 KB

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!