Diffinitely is a calculus calculator built with PySide that allows users to easily compute derivatives and integrals. Designed with a user-friendly interface, it’s perfect for students, educators, and anyone learning or reviewing calculus concepts.
- 📈 Symbolic derivative computation
- ∫ Supports definite and indefinite integrals
- 🧠 Uses SymPy for accurate symbolic math
- 🖥️ Built with PySide for a sleek and responsive UI
- 🎓 Educational tool for understanding calculus operations
(Insert screenshots of the interface here)
- Clone the repository
git clone https://github.com/potakaaa/diffinitely.git
cd diffinitely- Install dependencies
pip install -r requirements.txt- Run the app
python main.py- Python 3.7+
- PySide6
- SymPy
Install them with:
pip install pyside6 sympy- Enter a function (e.g.,
x**2 + sin(x)) - Choose Derivative or Integral
- Press Solve and get the result immediately
Contributions, issues, and feature requests are welcome! Feel free to open a pull request or issue to improve the app.
MIT License © 2025 [Diffinitely]
- UI built with PySide6
- Math engine powered by SymPy