{"id":51393088,"url":"https://github.com/corado-bogos/weight_conversion_program","last_synced_at":"2026-07-04T01:12:07.121Z","repository":{"id":355256376,"uuid":"1227368197","full_name":"corado-bogos/weight_conversion_program","owner":"corado-bogos","description":"A simple Python console program that converts weight between kilograms and pounds. The user inputs a value, selects the unit, and gets the converted result. Demonstrates if/elif, user input handling, and type conversion. Personal and educational use only — see LICENSE.md.","archived":false,"fork":false,"pushed_at":"2026-07-02T12:01:33.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-07-02T14:04:24.907Z","etag":null,"topics":["beginner","cli","console","converter","learning","python","weight"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/corado-bogos.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-02T15:31:46.000Z","updated_at":"2026-07-02T12:01:59.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/corado-bogos/weight_conversion_program","commit_stats":null,"previous_names":["corado-bogos/weight-conversion-program","corado-bogos/weight_conversion_program"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/corado-bogos/weight_conversion_program","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corado-bogos%2Fweight_conversion_program","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corado-bogos%2Fweight_conversion_program/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corado-bogos%2Fweight_conversion_program/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corado-bogos%2Fweight_conversion_program/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/corado-bogos","download_url":"https://codeload.github.com/corado-bogos/weight_conversion_program/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corado-bogos%2Fweight_conversion_program/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35106728,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-03T02:00:05.635Z","response_time":110,"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":["beginner","cli","console","converter","learning","python","weight"],"created_at":"2026-07-04T01:12:04.991Z","updated_at":"2026-07-04T01:12:07.116Z","avatar_url":"https://github.com/corado-bogos.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Weight Conversion Program\n\nA beginner-friendly Python console program that converts weight between **kilograms (kg)** and **pounds (lbs)**.\n\n![Python](https://img.shields.io/badge/python-3-blue)\n![License](https://img.shields.io/badge/license-Personal%20%26%20Educational-green)\n\n---\n\n## What it does\n\n- Asks for a weight value and the unit (`k` for kg, `p` for lbs)\n- Converts to the other unit using `1 kg = 2.205 lbs`\n- Prints the result rounded to 2 decimals\n- Handles an invalid unit choice gracefully\n\n---\n\n## Run it\n\nRequires **Python 3** (no external packages).\n\n```bash\npython3 weight_conversion_program.py\n```\n\n---\n\n## Example\n\n```\nEnter your weight: 70\nKilograms or Pounds (k/p): k\nYour weight is: 154.35 Lbs.\n```\n\n---\n\n## What I practiced\n\n- Reading and converting user input (`float`, `input`)\n- Conditional logic (`if` / `elif` / `else`)\n- Basic arithmetic and `round()`\n- Structuring a small Python script\n\n---\n\n## License\n\nPersonal and educational use only. See [LICENSE.md](LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcorado-bogos%2Fweight_conversion_program","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcorado-bogos%2Fweight_conversion_program","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcorado-bogos%2Fweight_conversion_program/lists"}