{"id":16538379,"url":"https://github.com/santhoshse7en/fizzbuzz","last_synced_at":"2026-06-03T22:31:20.731Z","repository":{"id":57429884,"uuid":"174143819","full_name":"santhoshse7en/FizzBuzz","owner":"santhoshse7en","description":"Simple Python program to get Fizz, Buzz and FizzBuzz","archived":false,"fork":false,"pushed_at":"2019-04-29T13:52:37.000Z","size":12,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-14T05:12:41.480Z","etag":null,"topics":["fizz-buzz","fizzbuzz","fizzbuzz-python","python","python3"],"latest_commit_sha":null,"homepage":"https://santhoshse7en.github.io/FizzBuzz/","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/santhoshse7en.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}},"created_at":"2019-03-06T12:46:02.000Z","updated_at":"2023-06-18T11:15:15.000Z","dependencies_parsed_at":"2022-08-26T03:23:49.276Z","dependency_job_id":null,"html_url":"https://github.com/santhoshse7en/FizzBuzz","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santhoshse7en%2FFizzBuzz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santhoshse7en%2FFizzBuzz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santhoshse7en%2FFizzBuzz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santhoshse7en%2FFizzBuzz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/santhoshse7en","download_url":"https://codeload.github.com/santhoshse7en/FizzBuzz/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241746796,"owners_count":20013165,"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":["fizz-buzz","fizzbuzz","fizzbuzz-python","python","python3"],"created_at":"2024-10-11T18:45:28.390Z","updated_at":"2025-12-01T02:05:25.107Z","avatar_url":"https://github.com/santhoshse7en.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FizzBuzz\nFizz buzz is a group word game for children to teach them about division. Players take turns to count incrementally, replacing any number divisible by three with the word \"fizz\", and any number divisible by five with the word \"buzz\"\n\n## Fizz buzz Implementation\n\nSimple python program which iterates the integers from 1 to 50. For multiples of three print \"Fizz\" instead of the number and for the multiples of five print \"Buzz\". For numbers which are multiples of both three and five print \"FizzBuzz\"\n\n## Usage\n\nDownload it by clicking the green download button here on Github. You only need to parse argument of range you the divisible by 3, 5 and both.\n```bash\npython main.py --range 50\n\nor \n\npython main.py -r 50\n```\n\n## Output\n\n![capture](https://user-images.githubusercontent.com/47944792/53887007-584fef00-4047-11e9-840e-cddb2e081210.PNG)\n\n## Contributing\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\nPlease make sure to update tests as appropriate.\n\n## License\n[MIT](https://choosealicense.com/licenses/mit/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsanthoshse7en%2Ffizzbuzz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsanthoshse7en%2Ffizzbuzz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsanthoshse7en%2Ffizzbuzz/lists"}