Skip to content

Buildwithmathi/python-temperature-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 

Repository files navigation

python-temperature-converter

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.

🌑️ Temperature Converter (Python)

A simple Python program that converts temperature values between Celsius (Β°C), Fahrenheit (Β°F), and Kelvin (K).

✨ Features

  • 🌑️ 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

πŸ“š Concepts Used

  • Variables
  • User Input
  • Conditional Statements (if, elif, else)
  • Arithmetic Operators
  • Python Functions (optional)
  • Mathematical Formulas

πŸš€ How to Run

  1. Clone this repository
git clone <repository-link>
  1. Open the project in VS Code

  2. Run the program

python temperature_converter.py

πŸ“· Sample Output

Temperature 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

🎯 Learning Outcome

This project helps beginners understand:

  • Temperature conversion formulas
  • Python user input
  • Decision making
  • Basic mathematical calculations
  • Writing clean Python programs

πŸ‘©β€πŸ’» Author

Made with ❀️ by BuildWithMathi

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages