Computorv1
Polynomial Equation Solver
Table of Contents
Prerequisites
Installation
git clone git@github.com:Graziellah/Computorv1.git
cd /Computorv1
virtualenv venv
source venv/bin/activate
You should now see your prompt prefixed by:
(venv) $
The first time, run:
pip install -r requirements.txt
Usage
From command line
Usage:
python computorv1.py <equation> [-f]
Options:
-f Show solution with fractional format
From interface
Usage:
python window.py
Examples
CLI mode
Coming soon...
Graphic mode
Coming soon...