An application for solving linear\quadratic graphs.
Go to file
Ali 2fe0835051 eddited folder name to wokr propebly 2019-12-08 23:47:09 +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
ui eddited folder name to wokr propebly 2019-12-08 23:47:09 +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-08 23:42:07 +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 Merge pull request #27 from realaltffour/dependabot/pip/requests-2.20.0 2019-12-08 20:28:19 +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:

pip3 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 commits.py

and see the magic happen infront of you