https://github.com/itsfarseen/virtual-salt-analysis
https://github.com/itsfarseen/virtual-salt-analysis
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/itsfarseen/virtual-salt-analysis
- Owner: itsfarseen
- Created: 2019-08-29T10:02:17.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-29T10:02:33.000Z (almost 7 years ago)
- Last Synced: 2025-03-08T21:11:23.468Z (over 1 year ago)
- Language: Python
- Size: 79.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

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