A python module for converting weight units.
To install Weight Converter, run the following command:
pip install weight-converterImport the module and unit class
from weight_converter.convert import Kilograms
kilograms = Kilograms(value=1)
lbs = kilograms.to_pounds()Documentation: https://weight-converter.readthedocs.io/en/latest/