This is a simple Python-based program that converts weight between Kilograms and Pounds. The user inputs a weight and selects whether the input is in Kilograms or Pounds, and the program converts it to the corresponding unit.
- Converts Kilograms to Pounds.
- Converts Pounds to Kilograms.
- Validates user input for unit selection.
- Displays the converted weight rounded to one decimal place.
- Clone or download this repository to your local machine.
- Run the
weight_converter.py
file in a Python environment. - Follow the prompts:
- Enter your weight (numeric input).
- Specify if the input is in Kilograms (
K
ork
) or Pounds (L
orl
).
- The program will output the converted weight along with the appropriate unit.