A powerful MS-990 style scientific calculator built using Python. Includes advanced math functions + graph plotting (like Desmos) with a modern UI.
- Addition, Subtraction, Multiplication, Division
- Power (x², xʸ), Percentage
- sin, cos, tan
- log, ln
- √ (square root), factorial (x!)
- exp, absolute (|x|)
- Memory system (M+, M-, MR, MC)
- Ans (previous result)
- Degree / Radian mode
- Clean MS calculator layout
-
Plot functions like:
x**2np.sin(x)x**3 + 2*x
-
Grid + axis support
Add your app screenshot here
Example:

git clone https://github.com/anayemofficial/scientific-calculator-python.git
cd scientific-calculator-pythonpip install matplotlib numpypython calculator.pyYou can run without Python using the .exe file.
📁 Location:
dist/calculator.exe
pip install pyinstaller
python -m PyInstaller --onefile --windowed calculator.pyscientific-calculator-python/
│
├── calculator.py
├── README.md
├── screenshot.png
└── dist/
└── calculator.exe
- Fraction display (a/b)
- Equation solver
- Matrix & vector support
- Better graph UI (zoom, pan)
- Full Casio engine
GitHub: https://github.com/anayemofficial
If you like this project:
- ⭐ Star the repo
- 🍴 Fork it
- 📢 Share with others