{"id":23652051,"url":"https://github.com/mostafahima/prime-number-checker","last_synced_at":"2025-11-16T21:30:15.926Z","repository":{"id":268342943,"uuid":"904042879","full_name":"MostafaHima/Prime-Number-Checker","owner":"MostafaHima","description":"Python program that checks if input numbers are prime and prints the result for each number individually.","archived":false,"fork":false,"pushed_at":"2024-12-16T06:32:08.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-28T16:49:59.847Z","etag":null,"topics":["math-library","practice-programming","practice-python","prime-numbers"],"latest_commit_sha":null,"homepage":"","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/MostafaHima.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-12-16T06:27:05.000Z","updated_at":"2024-12-16T06:34:33.000Z","dependencies_parsed_at":"2024-12-16T07:34:10.738Z","dependency_job_id":"5573b92f-5949-42b1-8ced-3d65827a3bf1","html_url":"https://github.com/MostafaHima/Prime-Number-Checker","commit_stats":null,"previous_names":["mostafahima/prime-number-checker"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MostafaHima%2FPrime-Number-Checker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MostafaHima%2FPrime-Number-Checker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MostafaHima%2FPrime-Number-Checker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MostafaHima%2FPrime-Number-Checker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MostafaHima","download_url":"https://codeload.github.com/MostafaHima/Prime-Number-Checker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239611993,"owners_count":19668274,"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","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":["math-library","practice-programming","practice-python","prime-numbers"],"created_at":"2024-12-28T16:50:12.775Z","updated_at":"2025-11-16T21:30:15.882Z","avatar_url":"https://github.com/MostafaHima.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Prime Number Checker\n\nThis Python program takes a list of numbers, checks each number, and determines whether it's a prime number or not.\n\n## Features\n\n- Accepts a list of numbers separated by commas (e.g., `5, 7, 10`).\n- Checks whether each number is a prime number.\n- Prints a message indicating whether each number is prime or not.\n\n## How to Use\n\n1. Clone or download the repository.\n2. Open a terminal/command prompt.\n3. Run the Python script:\n\n   ```bash\n   python main.py\n\n### Example\n  ```python\n  Input: Type The Number (separated by commas) or one number: 5, 7, 10\n\n  Output: This Number is Prime: 5\n          This Number is Prime: 7\n          This Number is not Prime: 10.\n          \n            \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmostafahima%2Fprime-number-checker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmostafahima%2Fprime-number-checker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmostafahima%2Fprime-number-checker/lists"}