View demo • Report bug • Request feature • DM author
An interactive Celsius to Fahrenheit temperature converter in Python. Enter the desired temperature in Celsius and convert it into Fahrenheit in a second!
For a live demo of the project on Replit, click here.
- Clone the repository to your machine
git clone https://github.com/chriseborowski/celsius-to-fahrenheit
- Make sure you have Node.js, npm, and the readline-sync package (see below) installed
npm install readline-sync
- Run the code in your preferred code editor (e.g., VSCode) or Terminal/Bash window (sample code below)
node celsius_to_fahrenheit.js
-
Enter the temperature in Celsius to be converted to Fahrenheit
-
The converted temperature in Fahrenheit will be displayed.
- Clone the repository to your machine
git clone https://github.com/chriseborowski/celsius-to-fahrenheit
- Run the code in your preferred code editor (e.g., VSCode) or Terminal/Bash window (sample code below)
python3 celsius_to_fahrenheit.py
-
Enter the temperature in Celsius to be converted to Fahrenheit
-
The converted temperature in Fahrenheit will be displayed.
The development has been completed.
- Initial version released
- Live demo on Replit created
- README.md description created
- Added support for float inputs
Distributed under the MIT License. See license.txt
for more information.
Chris Borowski
Follow me @chriseborowski on GitHub • Twitter • T2 • LinkedIn • Linktree (all links)
Project repository link: Celsius to Fahrenheit temperature converter in Python
- versions: JavaScript • Python