{"id":19046276,"url":"https://github.com/abra19/mini-brain-games-python","last_synced_at":"2025-10-30T23:43:21.552Z","repository":{"id":197818743,"uuid":"699418571","full_name":"Abra19/mini-brain-games-python","owner":"Abra19","description":"set of simple interactive games","archived":false,"fork":false,"pushed_at":"2024-01-12T17:58:56.000Z","size":28,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-02T08:44:42.247Z","etag":null,"topics":["python3"],"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/Abra19.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}},"created_at":"2023-10-02T15:39:30.000Z","updated_at":"2023-10-26T15:19:05.000Z","dependencies_parsed_at":"2024-01-13T09:32:56.292Z","dependency_job_id":"2687a88a-61ba-49d0-8a83-0b6771969d39","html_url":"https://github.com/Abra19/mini-brain-games-python","commit_stats":null,"previous_names":["abra19/python-project-49","abra19/mini-brain-games-python"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abra19%2Fmini-brain-games-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abra19%2Fmini-brain-games-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abra19%2Fmini-brain-games-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abra19%2Fmini-brain-games-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Abra19","download_url":"https://codeload.github.com/Abra19/mini-brain-games-python/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240103497,"owners_count":19748194,"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":["python3"],"created_at":"2024-11-08T22:54:11.717Z","updated_at":"2025-10-30T23:43:16.512Z","avatar_url":"https://github.com/Abra19.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"### Hexlet tests and linter status, Maintainability:\n[![Actions Status](https://github.com/Abra19/python-project-49/actions/workflows/hexlet-check.yml/badge.svg)](https://github.com/Abra19/python-project-49/actions)\n[![Maintainability](https://api.codeclimate.com/v1/badges/f9b2728037c913a8c25c/maintainability)](https://codeclimate.com/github/Abra19/python-project-49/maintainability)\n\n\n### Descriptions\nThis project implemented a set of mini-games launched from the console:\n  * check is the number even\n  * make calculation\n  * find great common divisor\n  * find hidden element of the progression\n  * check is the number prime\n  \n### Requirements\n1. Python \u003e=3.8.1\n2. pip \u003e= 19\n3. poetry \u003e= 1.2.0\n\n### To get started\n1. Clone git repo:\n  `git clone git@github.com:Abra19/mini-brain-games-python.git`\n2. Go to directory mini-brain-games-python:\n  `cd mini-brain-games-python`\n3.  Configuring `poetry` to create a virtual environment:\n  `poetry config virtualenvs.in-project true`\n4.  Create virual environment and Install dependencies\n  `make install`\n5. Build package\n  `make build`\n6. Publish package:\n  `make publish`\n7. Installing the package in the user's environment:\n  `make package-install`\n8. If you receive a tracking warning at step 7:\n  `WARNING: The script brain-games is installed in 'path/to/your/executable' which is not on PATH.`\n  Add this directory to PATH:\n  `export PATH=$PATH:'path/to/your/executable'`\n\n### To Run\nInstall package and run `brain-games` for welcome message:\n\n[![asciicast](https://asciinema.org/a/4YrcE5Nbsc3i7gNtZzAlJ7YRZ.svg)](https://asciinema.org/a/4YrcE5Nbsc3i7gNtZzAlJ7YRZ)\n\nRun `brain-even` for check is the number even:\n\n[![asciicast](https://asciinema.org/a/UBf9qlfEAsyu7HymqeVDfIBp7.svg)](https://asciinema.org/a/UBf9qlfEAsyu7HymqeVDfIBp7)\n\nRun `brain-calc` for calculations:\n\n[![asciicast](https://asciinema.org/a/pKNBygPkjJcvsDwaWMu6CpRTI.svg)](https://asciinema.org/a/pKNBygPkjJcvsDwaWMu6CpRTI)\n\nRun `brain-gcd` to find great common divisor:\n\n[![asciicast](https://asciinema.org/a/8LPsUDcVlgkNjZhpQP36dnF3r.svg)](https://asciinema.org/a/8LPsUDcVlgkNjZhpQP36dnF3r)\n\nRun `brain-progression` to find hidden progression's element:\n\n[![asciicast](https://asciinema.org/a/5dE0giEiPky7linHbrJptGDER.svg)](https://asciinema.org/a/5dE0giEiPky7linHbrJptGDER)\n\nRun `brain-prime` for check is the number prime:\n\n[![asciicast](https://asciinema.org/a/e5TMRm4iDH6ro01CbjDrINfnF.svg)](https://asciinema.org/a/e5TMRm4iDH6ro01CbjDrINfnF)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabra19%2Fmini-brain-games-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabra19%2Fmini-brain-games-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabra19%2Fmini-brain-games-python/lists"}