A chemical dilution calculator for mixing ratios and coverage calculations.
- Calculate chemical-to-liquid or liquid-to-chemical amounts
- Adjust the unit of measure for any input/output
- Easy to add your own preset formulas
presets.py
- Description of the selected preset (via
?
button) - Coverage area calculation
- User-friendly interface
- Results are updated instantly as you adjust the values
- Select calculation mode:
- "Get: Chemical from liquid" - Calculate chemical volume needed
- "Get: Liquid from chemical" - Calculate liquid volume needed
- Enter the input volume
- Select input/output units
- Choose a preset or enter custom mixing ratio
- View results and coverage area
- Format:
[Value 1] [Unit 1] [Operator] [Value 2] [Unit 2]
- Example:
1 Ounce / 1 Gallon
- Operators:
/
(per)*
(multiply)
- Coverage rate is in square feet per gallon
- Add custom presets in
presets.py
- Add additional units of measure in
conversions.py
- Ensure Python is installed on your system
- Clone the repository:
git clone https://github.com/Nenotriple/Chem-Mix.git
- Run
Start.bat
to set up the environment and launch the application