-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master'
- Loading branch information
Showing
1 changed file
with
27 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,27 @@ | ||
# Equation-Generator | ||
A library that can generate equations that can be reduced | ||
Reducible Equation Generator | ||
===================== | ||
Version 1.0.0 | ||
last update *23-04-2017* | ||
|
||
|
||
------------------------ | ||
|
||
>#### Table of contents | ||
> - **<a href="#introduction">Introduction</a>** | ||
> - **<a href="#documentation">Documentation</a>** | ||
> - <a href="#getting-started">Getting started</a> | ||
|
||
Introduction | ||
----------------------------- | ||
This respository is a lite api wrapper written in python to generate mathematical reducible equations from http://dreamaboutnow.com/projects/equation_generator | ||
|
||
To generate random equations there are a lot of variables and decision factors that plays a role | ||
in the generation of the equations. | ||
|
||
Documentation | ||
--------------------- | ||
#### **Getting started** | ||
- Download the latest <a href="https://github.com/Velocity-plus/threaded_mysql/releases">release</a> | ||
- Open up example.py to see clear examples on how to use the library | ||
|