{"id":18250381,"url":"https://github.com/qtle3/age_category","last_synced_at":"2025-09-20T03:18:14.844Z","repository":{"id":250394042,"uuid":"834348764","full_name":"qtle3/age_category","owner":"qtle3","description":"This simple Python program determines and outputs the age category of a user based on their input. The user is prompted to enter their age, and the program categorizes them into one of several predefined age groups.","archived":false,"fork":false,"pushed_at":"2024-07-27T03:03:14.000Z","size":2,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-14T16:01:51.374Z","etag":null,"topics":["basic-control-flow","conditional-statements","data-conversion","user-input"],"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/qtle3.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-07-27T02:43:24.000Z","updated_at":"2024-08-01T04:53:19.000Z","dependencies_parsed_at":"2024-07-27T03:53:12.658Z","dependency_job_id":null,"html_url":"https://github.com/qtle3/age_category","commit_stats":null,"previous_names":["qtle3/age_category"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qtle3%2Fage_category","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qtle3%2Fage_category/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qtle3%2Fage_category/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qtle3%2Fage_category/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qtle3","download_url":"https://codeload.github.com/qtle3/age_category/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247921501,"owners_count":21018605,"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":["basic-control-flow","conditional-statements","data-conversion","user-input"],"created_at":"2024-11-05T09:44:30.981Z","updated_at":"2025-09-20T03:18:09.755Z","avatar_url":"https://github.com/qtle3.png","language":"Python","readme":"# Age Category Program\n\nThis simple Python program determines and outputs the age category of a user based on their input. The user is prompted to enter their age, and the program categorizes them into one of several predefined age groups.\n\n## Key Features\n\n### User Input\n- The program prompts the user to enter their age.\n- The age is read as a floating-point number to handle possible fractional ages.\n\n### Condition Statements\n- The program uses a series of if, elif, and else statements to categorize the age into one of the following groups:\n- **Not Born Yet:** Age less than 0.\n- **Child:** Age between 0 and 12.\n- **Teenager:** Age between 13 and 19.\n- **Young Adult:** Age between 20 and 29.\n- **Adult:** Age between 30 and 64.\n- **Senior:** Age 65 and above.\n\n### Output\n\n- The program prints the corresponding age category based on the input.\n- A farewell message, \"Bye!\", is printed at the end.\n\n## Key Concepts Covered\n\n- **User Input:** Using `input()` to read data from the user.\n- **Data Conversion:** Converting the input to a floating-point number using `float()`.\n- **Conditional Statements:** Using `if`, `elif`, and `else` to handle different conditions.\n- **Basic Control Flow:** Demonstrating the flow of a simple program with user interaction and decision-making.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqtle3%2Fage_category","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqtle3%2Fage_category","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqtle3%2Fage_category/lists"}