Code Monkey home page Code Monkey logo

visma's Introduction

visma - VISual MAth

A math equation solver and visualizer

visma

Build Status Codacy Badge Coveralls Coverage

An equation solver and visualizer, 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

PyPI PyPI - Python Version

NOTE: VISualMAth is supported for python3 and above only. The recommended installation method is through pip/pip3.

  • To install do
$ pip3 install visualmath

This sets up the environment to run on your computer.

  • For launching visma do
$ visma
>>> gui

Note: For windows user (and those for whom) the above launching option is not available, to launch visma GUI do

$ python3
>>> from visma.main import init
>>> init()      # for starting visma
>>> gui         # for visma gui

Download:

GitHub release GitHub repo size in bytes

If visma is to be installed locally or for development:

  • Download the source zip and extract.
  • For installing dependencies, from source folder do
$ pip3 install -r requirements.txt
  • For launching do
$ python3 main.py

NOTE: If using pip instead of pip3 for installing, make sure to check if the pip exists in python3 library by checking the pip version.

$ pip --version

Docs

Github Wiki GitHub code size in bytes

For code documentation and learning how to use visma check out the wiki.

Below is a quick demo of using visma and some of its capabilities.

Demo

visma

To see all features of visma, check this out.

Contribute:

GitHub pull requests GitHub issues Zulip

PRs are welcomed. For contributing to visma refer CONTRIBUTING.md. If there are any issues or ideas they can be addressed through the issues or in chat room.

License:

License: GPL v3

visma is distributed under the GNU GPL-3 or later.

visma's People

Contributors

sidkothiyal avatar 8hantanu avatar zer-0-ne avatar pulkitmishra avatar notimeforcaution avatar krishnaw14 avatar alpeshjamgade avatar pranavvardia avatar supragya avatar abhishekti7 avatar shubhamjain7 avatar hornig avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.