Metadata-Version: 2.1
Name: eqsolvcarlover101
Version: 1.0.1
Summary: Automatic equation solver
Home-page: https://github.com/Carlover101/equation-solver
Author: Zakkai Thomas
Author-email: zmanmustang2017@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# Equation-Solver

### Sidenote: Please read at least the last half of the readme or you'll probably regret it later (It's not that long).

This is a project that solves mathematic equations for you!

Types:

1. Quadratic
    - ***eqsolvcarlover101.equation.quadsolve()***
      > To type a square in python, you need to use a carrot **^** or two astrix **. (Ex. 2x^2 -5x +4)

2. Slope Intercept
    - ***eqsolvcarlover101.equation.slopeint()***
      > Put in two points, and output an equation in slope-intercept form.

Types in Development (Not included in the package, but will probably be on github.):

1. Perpendicular Lines
    - ***eqsolvcarlover101.equation.perpint()***
      > Put in the slope of a line, and the intersection point, and get the slope-intercept equation of the perpendicular line.

2. Midpoint
    - ***eqsolvcarlover101.equation.midpoint()***
      > Gives you the midpoint of two points.

Other Commands:

1. Command List
    - ***eqsolvcarlover101.equation.commands()***

2. Help
    - ***eqsolvcarlover101.equation.help()***


## Version Info:

#### V0.1.5.9 and before:
  - Don't even try to use these. They don't do anything...

#### V0.1.6 - V0.2:
  - You can actually import everything correctly now without errors!!

#### V1.0:
  - First official release.
  - Contains quadratic and slope-intercept equation solvers.


## Helpful Info:

- When importing the package, use ***import eqsolvcarlover101.equation*** instead because I haven't figured out how to make it so you don't have to do that yet. It just doesn't work otherwise.

## Thanks to all for using my work!

- If you have any suggestions, bugs, or more to let me know about, use the [github page](https://github.com/Carlover101/equation-solver)

