An open API service indexing awesome lists of open source software.

https://github.com/lucascompython/chemical-equation-balancer

This is very smol website to balance chemical equations
https://github.com/lucascompython/chemical-equation-balancer

flask javascript python

Last synced: about 1 month ago
JSON representation

This is very smol website to balance chemical equations

Awesome Lists containing this project

README

          

# chemical-equation-balancer
This is very smol website to balance chemical equations.

## Original version in portuguese hosted [here](https://acertador.lucaslinhares2.repl.co).

## Installation
```shell
git clone https://github.com/lucascompython/chemical-equation-balancer.git
cd chemical-equation-balancer
pip install -r requirements.txt
python3 main.py
```