This is a unit conversion program that converts units from kilograms to grams and vice versa, minutes to seconds and vice versa, calories to joules and vice versa, degrees Celsius to Fahrenheit and vice versa, degrees Celsius to Kelvin and vice versa.
First, install the necessary libraries included in requirments.txt and then enter the following code in the terminal environment.
streamlit run src\app.py
After running the program, there is a box where you must enter the desired number and then select the type of unit conversion.
This project is MIT license licensed.