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
- Addition
- Subtraction
- Multiplication
- Division
- Square
- Cube
- Square root
- Cube root
- Factorial
- Power
- Remainder
- Average
- Percentage
- Sin
- Cos
- Tan
- Permutation & Combination
- 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
- python3.6+
- math (standard module in PyPI)
- tkinter
tkinter can be installed using:
pip install tkinter
- If you do not have
pip
, you can installpip
using: Python pip installation instructions
-
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
- 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!