{"id":18744954,"url":"https://github.com/rkstudio585/temperature-converter-python","last_synced_at":"2025-10-10T04:06:50.672Z","repository":{"id":256885427,"uuid":"850567302","full_name":"rkstudio585/temperature-converter-python","owner":"rkstudio585","description":"A simple Python script that converts temperatures between Celsius and Fahrenheit. It provides a user-friendly command-line interface to input and convert temperatures, displaying results clearly. Ideal for quick conversions and learning basic Python programming concepts.","archived":false,"fork":false,"pushed_at":"2024-09-01T06:36:05.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-12T16:53:17.992Z","etag":null,"topics":["conversater","program","programming","python","python3","rk","rk-studio","temperature","temperature-converter-python"],"latest_commit_sha":null,"homepage":"https://github.com/mdriyadkhan585","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rkstudio585.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-01T06:32:23.000Z","updated_at":"2024-09-01T06:37:36.000Z","dependencies_parsed_at":"2024-09-13T16:23:16.098Z","dependency_job_id":"1ae31f95-9317-4c8a-8a9b-08b4a88cb093","html_url":"https://github.com/rkstudio585/temperature-converter-python","commit_stats":null,"previous_names":["rkstudio585/temperature-converter-python"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rkstudio585/temperature-converter-python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rkstudio585%2Ftemperature-converter-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rkstudio585%2Ftemperature-converter-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rkstudio585%2Ftemperature-converter-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rkstudio585%2Ftemperature-converter-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rkstudio585","download_url":"https://codeload.github.com/rkstudio585/temperature-converter-python/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rkstudio585%2Ftemperature-converter-python/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002686,"owners_count":26083441,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["conversater","program","programming","python","python3","rk","rk-studio","temperature","temperature-converter-python"],"created_at":"2024-11-07T16:16:26.218Z","updated_at":"2025-10-10T04:06:50.649Z","avatar_url":"https://github.com/rkstudio585.png","language":"Python","readme":"# Temperature Converter 🌡️\n---\n[In c script](https://github.com/mdriyadkhan585/temperature-converter-C)\n\n![Logo](logo.svg)\n\n---\n## Overview\nThe **Temperature Converter** is a Python program designed to convert temperatures between Celsius and Fahrenheit. It provides a straightforward, user-friendly interface for easy and accurate temperature conversions.\n\n## Features\n- Convert temperatures from Celsius to Fahrenheit 🌡️➡️🌟\n- Convert temperatures from Fahrenheit to Celsius 🌟➡️🌡️\n- Interactive and intuitive command-line interface 🖥️\n\n## How It Works\n1. **Run the Program**: Execute the Python script to start the converter.\n2. **Select Conversion Type**: Choose whether to convert from Celsius to Fahrenheit or vice versa.\n3. **Input Temperature**: Enter the temperature value to be converted.\n4. **Get Results**: View the converted temperature displayed in the selected unit.\n\n## How to Use\n\n### Running the Program\nTo run the Temperature Converter script, follow these steps:\n\n1. **Ensure Python is Installed**:\n   Make sure Python 3 is installed on your system. You can download it from [python.org](https://www.python.org/downloads/).\n\n2. **Download or Clone the Repository**:\n   Clone the repository or download the `temperature_converter.py` file.\n\n   ```bash\n   git clone https://github.com/mdriyadkhan585/temperature-converter-python.git\n   cd temperature-converter-python\n   ```\n\n3. **Run the Script**:\n   Execute the script using Python:\n\n   ```bash\n   python temperature_converter.py\n   ```\n\n### Example Usage\n1. **Celsius to Fahrenheit**:\n   - **Prompt**: Enter temperature in Celsius:\n   - **Input**: `25`\n   - **Output**: `25.00 Celsius is equal to 77.00 Fahrenheit`\n\n2. **Fahrenheit to Celsius**:\n   - **Prompt**: Enter temperature in Fahrenheit:\n   - **Input**: `77`\n   - **Output**: `77.00 Fahrenheit is equal to 25.00 Celsius`\n\n## Code Explanation\n- **Functions**:\n  - `celsius_to_fahrenheit(celsius)`: Converts a Celsius temperature to Fahrenheit.\n  - `fahrenheit_to_celsius(fahrenheit)`: Converts a Fahrenheit temperature to Celsius.\n- **Main Function**:\n  - Handles user interaction and displays the conversion results based on user input.\n\n## Contributing\nWe welcome contributions to improve the Temperature Converter. Feel free to fork the repository and submit pull requests for any enhancements or bug fixes.\n\n---\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frkstudio585%2Ftemperature-converter-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frkstudio585%2Ftemperature-converter-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frkstudio585%2Ftemperature-converter-python/lists"}