{"id":23379278,"url":"https://github.com/rajtilak-2020/python_calculator","last_synced_at":"2025-10-06T14:45:52.136Z","repository":{"id":266837018,"uuid":"899502063","full_name":"rajtilak-2020/Python_Calculator","owner":"rajtilak-2020","description":"This Python script creates a simple interactive REPL (Read-Eval-Print Loop). It continuously prompts the user for input, evaluates the input as a Python expression using eval(), and prints the result.","archived":false,"fork":false,"pushed_at":"2025-01-01T06:59:42.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-08T05:51:21.943Z","etag":null,"topics":["calculator","coding","project","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rajtilak-2020.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-12-06T11:56:53.000Z","updated_at":"2025-01-01T06:59:45.000Z","dependencies_parsed_at":"2024-12-06T13:38:35.867Z","dependency_job_id":"2f476f35-7b04-433a-976f-df16062d0c97","html_url":"https://github.com/rajtilak-2020/Python_Calculator","commit_stats":null,"previous_names":["rajtilak-2020/python_calculator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rajtilak-2020/Python_Calculator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajtilak-2020%2FPython_Calculator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajtilak-2020%2FPython_Calculator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajtilak-2020%2FPython_Calculator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajtilak-2020%2FPython_Calculator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rajtilak-2020","download_url":"https://codeload.github.com/rajtilak-2020/Python_Calculator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajtilak-2020%2FPython_Calculator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278628765,"owners_count":26018476,"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-06T02:00:05.630Z","response_time":65,"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":["calculator","coding","project","python"],"created_at":"2024-12-21T19:17:36.426Z","updated_at":"2025-10-06T14:45:52.121Z","avatar_url":"https://github.com/rajtilak-2020.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🎨 **Interactive Python REPL** 🐍\n\nThis lightweight script offers a simple, intuitive interface for evaluating Python expressions on the fly.\n\n---\n\n## 🌟 **Features**\n\n- 🔄 **Infinite Loop**: Continuously evaluates Python expressions until you choose to exit.\n- 🧠 **Dynamic Evaluation**: Supports any valid Python expression with instant results.\n- ⚡ **Lightweight and Fast**: Minimalistic design for maximum efficiency.\n- 🎮 **Interactive**: Get immediate feedback for your inputs.\n\n---\n\n## 🚀 **How It Works**\n\nThe script operates as a **Read-Eval-Print Loop (REPL)**:\n1. 🖥️ Prompts you to enter a Python expression.\n2. 🤖 Dynamically evaluates the input using Python's built-in `eval()`.\n3. 📢 Displays the result of the evaluation.\n\n**Example:**\n\n```plaintext\n\u003e\u003e\u003e 5 + 7\n12\n\u003e\u003e\u003e \"Hello, \" + \"world!\"\nHello, world!\n\u003e\u003e\u003e [x**2 for x in range(5)]\n[0, 1, 4, 9, 16]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frajtilak-2020%2Fpython_calculator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frajtilak-2020%2Fpython_calculator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frajtilak-2020%2Fpython_calculator/lists"}