Metadata-Version: 2.1
Name: VISualMAth
Version: 0.2.0
Summary: visma - VISual MAth : A math equation solver and visualizer
Home-page: https://github.com/aerospaceresearch/visma
Author: Siddharth Kothiyal, Shantanu Mishra
Author-email: sid.kothiyal27@gmail.com, 8hantanu@gmail.com
License: UNKNOWN
Project-URL: Documentation, https://github.com/aerospaceresearch/visma/wiki
Project-URL: Source, https://github.com/aerospaceresearch/visma
Project-URL: Issues, https://github.com/aerospaceresearch/visma/issues
Project-URL: Chat, https://gitter.im/aerospaceresearch/visma
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Visualization
Requires-Python: >=3
Description-Content-Type: text/markdown

<h1 align="center">
  visma - VISual MAth
</h1>

<h4 align="center">
A math equation solver and visualizer
</h4>

![visma](https://github.com/aerospaceresearch/visma/tree/master/assets/banner.png)

<p align="center">
  <a href="https://travis-ci.org/aerospaceresearch/visma">
    <img alt="Build Status" src="https://img.shields.io/travis/aerospaceresearch/visma.svg?style=for-the-badge">
  </a>
  <a href="https://www.codacy.com/app/aerospaceresearch/visma">
    <img alt="Codacy Badge" src="https://img.shields.io/codacy/grade/bed991e6ae14471d858c0890510ca8d2.svg?style=for-the-badge">
  </a>
  <a href="https://coveralls.io/github/aerospaceresearch/visma">
    <img alt="Coveralls Coverage" src="https://img.shields.io/coveralls/github/aerospaceresearch/visma.svg?style=for-the-badge">
  </a>
</p>


A visual equation solver, which aims to help in grasping how mathematical equations are transformed and solved. By this the threshold for obtaining deeper mathematical understanding can be reduced.


## Installation

**Note:** VISualMAth is supported for python >= 3 only

The recommended installation method is through pip. To install do

```shell
$ pip install VISualMAth
```

This sets up the environment to run on your computer.

For every subsequent launch, you can use:

```shell
$ visma
```

**Note:** For windows user the above launching option is not available. To launch visma GUI, do the following in windows shell:

```shell
$ python
>>> from visma.main import initGUI
>>> initGUI()
```

## Download:

If visma is not to be installed system-wide, download the source zip.

For installing dependecies use the following:

```shell
$ pip install -r requirements.txt
```

For launching do

```shell
$ python main.py
```

![Github All Releases](https://img.shields.io/github/downloads/aerospaceresearch/visma/total.svg?style=for-the-badge)
![GitHub repo size in bytes](https://img.shields.io/github/repo-size/aerospaceresearch/visma.svg?style=for-the-badge)


## Demo

![visma](https://github.com/aerospaceresearch/visma/tree/master/assets/demo.gif)


## Contribute:


[![GitHub pull requests](https://img.shields.io/github/issues-pr/aerospaceresearch/visma.svg?style=for-the-badge)](https://github.com/aerospaceresearch/visma/pulls)
[![GitHub issues](https://img.shields.io/github/issues/aerospaceresearch/visma.svg?style=for-the-badge)](https://github.com/aerospaceresearch/visma/issues)

## License:
[![License: GPL v3](https://img.shields.io/github/license/aerospaceresearch/visma.svg?style=for-the-badge)](https://github.com/aerospaceresearch/visma/blob/master/LICENSE)


