View demo • Report bug • Request feature • DM author
An interactive Fahrenheit to Celsius temperature converter in Python. Enter the desired temperature in Fahrenheit and convert it into Celsius in a second!
For a live demo of the project on Replit, click here.
For a video clip demonstrating the game, 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/fahrenheit-to-celsius
- Run the code in your preferred code editor (e.g., VSCode) or Terminal/Bash window (sample code below)
python3 fahrenheit_to_celsius.py
-
Enter the temperature in Fahrenheit to be converted to Celsius
-
The converted temperature in Celsius 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: Fahrenheit to Celsius temperature converter in Python
- versions: JavaScript • Python