{"id":30939177,"url":"https://github.com/imranc07/python-live-currency-converter","last_synced_at":"2025-09-10T19:09:44.300Z","repository":{"id":313675641,"uuid":"1052245269","full_name":"imranc07/python-live-currency-converter","owner":"imranc07","description":"Python-based Currency Converter with CLI \u0026 GUI, using real-time exchange rates API for USD, INR, EUR, and other currencies.","archived":false,"fork":false,"pushed_at":"2025-09-07T18:14:06.000Z","size":65,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-07T19:27:09.856Z","etag":null,"topics":["automation","command-line-interface","currency-converter","exchange-rates","finance","forex","gui","python","real-time-api","tkinter"],"latest_commit_sha":null,"homepage":"https://exchangerate.host","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/imranc07.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-07T17:42:47.000Z","updated_at":"2025-09-07T18:14:08.000Z","dependencies_parsed_at":"2025-09-07T19:27:20.683Z","dependency_job_id":"437c9686-7c98-4114-b806-4877542c798c","html_url":"https://github.com/imranc07/python-live-currency-converter","commit_stats":null,"previous_names":["imranc07/python-live-currency-converter"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/imranc07/python-live-currency-converter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imranc07%2Fpython-live-currency-converter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imranc07%2Fpython-live-currency-converter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imranc07%2Fpython-live-currency-converter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imranc07%2Fpython-live-currency-converter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imranc07","download_url":"https://codeload.github.com/imranc07/python-live-currency-converter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imranc07%2Fpython-live-currency-converter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274509948,"owners_count":25299071,"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-09-10T02:00:12.551Z","response_time":83,"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":["automation","command-line-interface","currency-converter","exchange-rates","finance","forex","gui","python","real-time-api","tkinter"],"created_at":"2025-09-10T19:09:37.899Z","updated_at":"2025-09-10T19:09:44.283Z","avatar_url":"https://github.com/imranc07.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Python Live Currency Converter\n\nThis repository contains two versions of a **Python Currency Converter** that fetches live exchange rates using the [exchangerate.host](https://exchangerate.host/) API. It is designed for both command-line (CLI) and graphical user interface (GUI) usage.\n\n---\n\n## Version 01 - CLI Currency Converter\n\n### 📌 Overview\nA command-line interface (CLI) Python script to convert currencies in real-time. Users can interact through terminal input and see instant conversion results.\n\n### Features\n- Real-time conversion between any two currencies.\n- Handles invalid inputs gracefully.\n- Lightweight and easy-to-use CLI interface.\n\n### Requirements\n- Python 3.x\n- `requests` library\n\n   ```bash\n   pip install requests\n   ```\n\n### How to Run\n1. Clone the repository.\n2. Run the script:\n\n   ```bash\n   python currency_coverter_api.py\n   ```\n\n3. Follow prompts in the terminal:\n   - Enter the **source currency** (e.g., USD)\n   - Enter the **target currency** (e.g., INR)\n   - Enter the **amount** to convert\n   - Type `exit`, `quit`, or `q` to stop the program.\n\n---\n\n## Version 02 - GUI Currency Converter (Tkinter)\n\n### 📌 Overview\nA Python GUI application built with **Tkinter**. Users can input currencies and amount via a graphical interface and see the converted value instantly.\n\n### Features\n- Intuitive GUI for currency conversion.\n- Validates user input.\n- Displays conversion results in the app window.\n- Uses live exchange rates from exchangerate.host API.\n\n\n### Requirements\n- Python 3.x\n- `requests` library\n- `tkinter` (usually comes pre-installed with Python)\n\n   ```bash\n   pip install requests\n   ```\n\n### How to Run\n1. Clone the repository.\n2. Run the script:\n\n   ```bash\n   python currency_coverter_GUI.py\n   ```\n\n3. Use the GUI to:\n   - Enter **From Currency** (e.g., USD)\n   - Enter **To Currency** (e.g., INR)\n   - Enter **Amount**\n   - Click **Convert** to see the converted value.\n\n---\n\n## API Used\n- [exchangerate.host](https://exchangerate.host/) - Free API for real-time currency conversion.\n\n---\n\n## Screenshots\n\n**CLI Version:**  \n![CLI Screenshot](https://github.com/imranc07/python-live-currency-converter/blob/main/Version_01/cli_screenshot.png)\n\n**GUI Version:**  \n![GUI Screenshot](https://github.com/imranc07/python-live-currency-converter/blob/main/Version_02/gui-screenshot.png)\n\n---\n\n## Author\n**Imran Ahmad**  \nPython Automation Tester | Selenium | PyTest | API Testing  \n\n---\n\n✅ Developed as part of a Python automation learning exercise.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimranc07%2Fpython-live-currency-converter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimranc07%2Fpython-live-currency-converter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimranc07%2Fpython-live-currency-converter/lists"}