A simple Python project that converts temperatures between Celsius, Fahrenheit, and Kelvin using user input. This beginner-friendly project demonstrates conditional statements, arithmetic operations, and basic Python programming concepts.
A simple Python program that converts temperature values between Celsius (Β°C), Fahrenheit (Β°F), and Kelvin (K).
- π‘οΈ Celsius to Fahrenheit
- π‘οΈ Celsius to Kelvin
- π‘οΈ Fahrenheit to Celsius
- π‘οΈ Fahrenheit to Kelvin
- π‘οΈ Kelvin to Celsius
- π‘οΈ Kelvin to Fahrenheit
- π₯οΈ User-friendly menu
- β Beginner-friendly Python project
- Variables
- User Input
- Conditional Statements (
if,elif,else) - Arithmetic Operators
- Python Functions (optional)
- Mathematical Formulas
- Clone this repository
git clone <repository-link>-
Open the project in VS Code
-
Run the program
python temperature_converter.pyTemperature Converter
1. Celsius to Fahrenheit
2. Fahrenheit to Celsius
3. Celsius to Kelvin
4. Kelvin to Celsius
5. Fahrenheit to Kelvin
6. Kelvin to Fahrenheit
Enter your choice: 1
Enter Temperature: 25
Temperature = 77.0 Β°F
This project helps beginners understand:
- Temperature conversion formulas
- Python user input
- Decision making
- Basic mathematical calculations
- Writing clean Python programs
Made with β€οΈ by BuildWithMathi