An application for solving linear\quadratic graphs.
Go to file
Ali c494f0960b
Update README.md
2019-12-07 23:05:33 +03:00
.github/ISSUE_TEMPLATE Update issue templates 2019-10-15 17:45:21 +03:00
methods/linear Now it runs 2019-12-03 18:04:35 +03:00
src Update quadraticInterceptWindow.py 2019-12-07 23:00:32 +03:00
.gitignore Remove .vscode and add it to gitignore 2019-10-28 20:04:09 +03:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2019-10-15 17:40:02 +03:00
CONTRIBUTORS.md Now it runs 2019-12-03 18:04:35 +03:00
LICENSE Initial commit 2019-10-11 16:46:14 +03:00
README.md Update README.md 2019-12-07 23:05:33 +03:00
app.py Now it runs 2019-12-03 18:04:35 +03:00
buildUI.py Add build scripts for ui files 2019-10-14 18:24:41 +03:00
clean.sh Add build scripts for ui files 2019-10-14 18:24:41 +03:00
commits.py Fix max line length PEP8 lints 2019-10-29 14:06:01 +00:00
requirements.txt Update requirements.txt 2019-12-07 20:28:12 +03:00
setup.py Fix PEP8 code lints not related to max line length 2019-10-29 13:59:20 +00:00

README.md

GraphSolver

An application for solving linear/quadratic graphs and finding the interception.

Requirements file

After installing GraphSolver.zip to install requirements, run:

pip install -r requirements.txt

Running App:

to start the app run:

python3 app.py

and the menu window will pop up. There is 4 options for graph:

  • Linear to graph a linear equation y= mx + c

  • Linear intercept to find the interception between two lines

  • Quadratic to graph quadratic equation y = ax^2 + bx + c

  • Quadratic intercept to find the interception between two quadratic graphs

Adding Contributers

to add the contibuters for the Graph Solver projct run:

python3 conmmits.py

and see the magic happen infront of you