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

https://github.com/itsfarseen/virtual-salt-analysis


https://github.com/itsfarseen/virtual-salt-analysis

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# Virtual Salt Analysis

Virtual Salt Analysis helps students to conduct salt analysis experiments
on any computer with python installed.
The salts included are from +2 syllabus of Kerala Higher Secondary.
Anions: Carbonate, Acetate, Chloride, Nitrate, Sulphate.
Cations: Ammonium, Lead, Copper, Aluminium, Zinc, Manganese, Calcium, Barium
Magnesium.

# How to use:
* Download the zip file.
* Extract it.
* Open the extracted folder and type `python .` (That dot at the end is required)
* If that shows any error, you need to install some dependencies
*If you are online*, type `sudo pip install fuzzywuzzy python-Levenshtein`.
*If you are offline*, type `cd depends` and then `sudo pip install *`.
This should install the required dependencies and the program should run.

#### If you run into any bugs. Please open an issue
#### Suggestions and pull requests are always welcome.

## LICENSE
![Image of CC-NC-SA-4.0](https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png)

[Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-nc-sa/4.0/)