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
- Host: GitHub
- URL: https://github.com/lucascompython/chemical-equation-balancer
- Owner: lucascompython
- License: gpl-3.0
- Created: 2022-02-16T22:33:40.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-16T21:35:10.000Z (over 3 years ago)
- Last Synced: 2025-01-05T09:28:30.935Z (about 1 year ago)
- Topics: flask, javascript, python
- Language: Python
- Homepage: https://acertador.lucaslinhares2.repl.co
- Size: 332 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```