Skip to content

potakaaa/diffinitely

Repository files navigation

🧮 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 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
git clone https://github.com/potakaaa/diffinitely.git
cd diffinitely
  1. Install dependencies
pip install -r requirements.txt
  1. Run the app
python main.py

📦 Dependencies

  • Python 3.7+
  • PySide6
  • SymPy

Install them with:

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

About

Diffinitely is a PyQt-based calculator that solves derivatives and integrals with a clean and intuitive UI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages