https://github.com/potakaaa/diffinitely
Diffinitely is a PyQt-based calculator that solves derivatives and integrals with a clean and intuitive UI
https://github.com/potakaaa/diffinitely
calculator calculus derivative integral math pyqt python sympy
Last synced: 6 months ago
JSON representation
Diffinitely is a PyQt-based calculator that solves derivatives and integrals with a clean and intuitive UI
- Host: GitHub
- URL: https://github.com/potakaaa/diffinitely
- Owner: potakaaa
- Created: 2025-04-06T10:59:02.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-04-09T12:50:51.000Z (6 months ago)
- Last Synced: 2025-04-09T22:06:39.934Z (6 months ago)
- Topics: calculator, calculus, derivative, integral, math, pyqt, python, sympy
- Language: Python
- Homepage:
- Size: 1010 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ๐งฎ Diffinitely
**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.
---
## ๐ Features
- ๐ Symbolic derivative computation
- โซ Supports definite and indefinite integrals
- ๐ง Uses [SymPy](https://www.sympy.org/) for accurate symbolic math
- ๐ฅ๏ธ Built with PySide for a sleek and responsive UI
- ๐ Educational tool for understanding calculus operations---
## ๐ธ Preview
> *(Insert screenshots of the interface here)*
---
## ๐ง Installation
1. **Clone the repository**
```bash
git clone https://github.com/potakaaa/diffinitely.git
cd diffinitely
```2. **Install dependencies**
```bash
pip install -r requirements.txt
```3. **Run the app**
```bash
python main.py
```---
## ๐ฆ Dependencies
- Python 3.7+
- PySide6
- SymPyInstall them with:
```bash
pip install pyside6 sympy
```---
## ๐ Usage
1. Enter a function (e.g., `x**2 + sin(x)`)
2. Choose **Derivative** or **Integral**
3. Press **Solve** and get the result immediately---
## ๐ค Contributing
Contributions, issues, and feature requests are welcome! Feel free to open a pull request or issue to improve the app.
---
## ๐ License
MIT License ยฉ 2025 [Diffinitely]
---
## โจ Acknowledgments
- UI built with PySide6
- Math engine powered by SymPy
```