https://github.com/ykaroalexandre/conversor-de-temperatura
Projeto em python de um conversor de temperatura através do cmd.
https://github.com/ykaroalexandre/conversor-de-temperatura
conversor-de-temperaturas python
Last synced: 10 months ago
JSON representation
Projeto em python de um conversor de temperatura através do cmd.
- Host: GitHub
- URL: https://github.com/ykaroalexandre/conversor-de-temperatura
- Owner: YkaroAlexandre
- Created: 2023-11-08T01:01:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-08T01:53:44.000Z (over 2 years ago)
- Last Synced: 2025-06-11T13:48:09.145Z (12 months ago)
- Topics: conversor-de-temperaturas, python
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Conversor-De-Temperatura
Descrição do projeto:
Projeto feito totalmente em python com intuito de adiquirir mais conhecimento com a linguagem e testar a logica de programação.
Funcionalidades:
Conversão das temperaturas:
- Celsius para Kelvin;
- Celsius para Fahrenheit;
- Kelvin para Celsius;
- Kelvin para Fahrenheit;
- Fahrenheit para Celsius;
- Fahrenheit para Kelvin.