## Pyxo package :
an easy way to create **XO game** with python.
<p align="center">
<a href="https://github.com/ouhammmourachid/pyxo/blob/main/LICENSE" >
<img src="https://img.shields.io/github/license/ouhammmourachid/pyxo"
alt="GitHub LICENSE" /></a>
<a href="https://pypistats.org/packages/pyxo">
<img src="https://img.shields.io/pypi/dm/pyxo"
alt="Mounthly Download" /></a>
<a href="https://pypi.org/project/pyxo/">
<img src="https://img.shields.io/pypi/v/pyxo.svg?style=flat"
alt="latest version" /></a>
<a href="https://pypi.org/project/pyxo/">
<img src="https://img.shields.io/pypi/pyversions/pyxo"
alt="suported python version" /></a>
</p>
#### get staretd:
* you need to install the package from the pypi by `pip install pyxo`.
* you are ready to play you just need create a game with the building Engin and the run easy .
```python
from pyxo import Engin
game:Engin = Engin()
game.run()
```
or by running
```shell
$ pyxo
# or
$ python -m pyxo
```
```shell
_____ _ _____ _____
|_ _(_) ___ |_ _|_ _ ___ |_ _|__ ___
| | | |/ __| | |/ _` |/ __| | |/ _ \ / _ \
| | | | (__ | | (_| | (__ | | (_) | __/
|_| |_|\___| |_|\__,_|\___| |_|\___/ \___|
by ouhammmourachid v1.2.2
welcome to the game [X,O]
that is the roles you should chose one the nomber between (1...9)
_|___|___|___|_
| 1 | 2 | 3 |
_|___|___|___|_
| 4 | 5 | 6 |
_|___|___|___|_
| 7 | 8 | 9 |
_|___|___|___|_
| | | |
should we start who will begin first you or your friend !
press ENTER to begin ..
```
have fun playing with your friend.
Raw data
{
"_id": null,
"home_page": "https://github.com/ouhammmourachid/pyxo",
"name": "pyxo",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.10",
"maintainer_email": null,
"keywords": null,
"author": "ouhammmourachid",
"author_email": "rachidouhammou21@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/c0/ab/69f2b87c8fb430476766975f967f4616b7fd3005aae4b6db42f420898c36/pyxo-1.2.2.tar.gz",
"platform": null,
"description": "## Pyxo package :\n\nan easy way to create **XO game** with python.\n\n<p align=\"center\">\n <a href=\"https://github.com/ouhammmourachid/pyxo/blob/main/LICENSE\" >\n <img src=\"https://img.shields.io/github/license/ouhammmourachid/pyxo\"\n alt=\"GitHub LICENSE\" /></a>\n <a href=\"https://pypistats.org/packages/pyxo\">\n <img src=\"https://img.shields.io/pypi/dm/pyxo\"\n alt=\"Mounthly Download\" /></a>\n <a href=\"https://pypi.org/project/pyxo/\">\n <img src=\"https://img.shields.io/pypi/v/pyxo.svg?style=flat\"\n alt=\"latest version\" /></a>\n <a href=\"https://pypi.org/project/pyxo/\">\n <img src=\"https://img.shields.io/pypi/pyversions/pyxo\"\n alt=\"suported python version\" /></a>\n</p>\n\n#### get staretd:\n\n* you need to install the package from the pypi by `pip install pyxo`.\n* you are ready to play you just need create a game with the building Engin and the run easy .\n\n```python\nfrom pyxo import Engin\n\ngame:Engin = Engin()\n\ngame.run()\n\n```\nor by running\n```shell\n$ pyxo\n# or\n$ python -m pyxo\n```\n```shell\n _____ _ _____ _____\n |_ _(_) ___ |_ _|_ _ ___ |_ _|__ ___\n | | | |/ __| | |/ _` |/ __| | |/ _ \\ / _ \\\n | | | | (__ | | (_| | (__ | | (_) | __/\n |_| |_|\\___| |_|\\__,_|\\___| |_|\\___/ \\___|\n\n by ouhammmourachid v1.2.2\n\n\n welcome to the game [X,O]\n\n that is the roles you should chose one the nomber between (1...9)\n\n _|___|___|___|_\n | 1 | 2 | 3 |\n _|___|___|___|_\n | 4 | 5 | 6 |\n _|___|___|___|_\n | 7 | 8 | 9 |\n _|___|___|___|_\n | | | |\n\n should we start who will begin first you or your friend !\n\n press ENTER to begin ..\n\n```\nhave fun playing with your friend.\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "An easy way to create XO game with python.",
"version": "1.2.2",
"project_urls": {
"Homepage": "https://github.com/ouhammmourachid/pyxo",
"Repository": "https://github.com/ouhammmourachid/pyxo"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "8d1674b10204a572a1b901c26383d0ea2afb2210bd477be7bd7fd10a1c11e0f2",
"md5": "da07de98ebdab46dce7ace47937e2b66",
"sha256": "3147bdc4880ef0e17fbd945403a458b723c14c367de9e4a84ccef537ad4c8f81"
},
"downloads": -1,
"filename": "pyxo-1.2.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "da07de98ebdab46dce7ace47937e2b66",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.10",
"size": 9720,
"upload_time": "2024-07-28T19:36:39",
"upload_time_iso_8601": "2024-07-28T19:36:39.132233Z",
"url": "https://files.pythonhosted.org/packages/8d/16/74b10204a572a1b901c26383d0ea2afb2210bd477be7bd7fd10a1c11e0f2/pyxo-1.2.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c0ab69f2b87c8fb430476766975f967f4616b7fd3005aae4b6db42f420898c36",
"md5": "a3e0d6d8ff401e844625df381babe50a",
"sha256": "bc84d4b4a91acfa6f02565cac4097115eb1af24b01e8d99f2609842b8483f157"
},
"downloads": -1,
"filename": "pyxo-1.2.2.tar.gz",
"has_sig": false,
"md5_digest": "a3e0d6d8ff401e844625df381babe50a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.10",
"size": 6553,
"upload_time": "2024-07-28T19:36:40",
"upload_time_iso_8601": "2024-07-28T19:36:40.464690Z",
"url": "https://files.pythonhosted.org/packages/c0/ab/69f2b87c8fb430476766975f967f4616b7fd3005aae4b6db42f420898c36/pyxo-1.2.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-07-28 19:36:40",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "ouhammmourachid",
"github_project": "pyxo",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "pyxo"
}