This is a simple tool to solve quadratic formulas, find important values, and even graph the parabola. This project is not intended to be used in an exam or test setting, but a quick way to check for answers on homework questions.
Download the latest Python release.
This program was built in Python 3.9.0, but should work in Python 3.9.0+
Use the package manager pip to install the repository.
pip install https://github.com/GuhBean/quadratics.git
Alternatively, download this project as a .zip file, and extract into your device.
Use the package manager pip to install the dependencies listed in requirements.txt.
pip install -r requirements.txt
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
See CONTRIBUTING.md file.
See LICENSE file.