Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.78 KB

File metadata and controls

39 lines (25 loc) · 1.78 KB

Derivative and Integral Calculator

GitHub Python Version

About the Project

This is a derivative and integral calculator for mathematical modeling and engineering functions to fit a curve. The application was programmed in Python using Tkinter, Future, and Pillow libraries for GUI.

Check out this program's Java Android app version here.

And check out the UX Research here.

UX Research Data

To make this app more accessible to those with moderate to significant visual impairments, I conducted some preliminary research to determine what colors and fonts were most accessible to all audiences. You can find the UI/UX research here.

The Android Mobile App

The mobile app features derivative and integral calculation, side-by-side and singular graphing. You can find the mobile app here.

Instructions

To use the application, first use the terminal to install the dependencies with the following command:

Bash:

pip install tkinter
pip install future
pip install pillow

Proudly crafted with ❤️ by Shera Adams.