Welcome to Computor-v1, a simple and efficient command-line calculator developed in Python. This project is designed to solve mathematical equations.
- Linear Equation Solver: Computor-v1 can efficiently solve linear equations of the form
AX + B = 0. - Quadratic Equation Solver: The calculator handles quadratic equations of the form
AX^2 + BX + C = 0. - Flexible Input: Computor-v1 accepts equations in a user-friendly format.
- Error Handling: The application provides informative error messages to guide users in case of invalid input.
- Ensure you have Python 3.x installed on your system.
-
Clone the Computor-v1 repository:
git clone https://github.com/4yuub/computor-v1.git
-
Navigate to the project directory:
cd computor-v1 -
Run Application:
python3 computor.py "2 * X = 3"