![Typing SVG](https://readme-typing-svg.demolab.com?font=Pacifico&weight=700&size=50&duration=3500&pause=1000&color=FF4081¢er=true&vCenter=true&width=900&lines=Welcome+to+Rupi+Library!;Made+with+❤️+by+Tanujairam)
# Rupi Library 🌀
[![PyPI Version](https://img.shields.io/pypi/v/rupi)](https://pypi.org/project/rupi/)
[![Python Versions](https://img.shields.io/pypi/pyversions/rupi)](https://pypi.org/project/rupi/)
![Downloads](https://img.shields.io/pypi/dm/rupi?color=blue&label=Downloads&style=flat-square)
---
**Rupi** is a lightweight Python library that combines algorithm-based logic and GUI tools to create a fun and interactive Python experience.
## 🌟 Features
- **FLAMES Game:** Discover relationship compatibility with a fun twist!
- **XO (Tic-Tac-Toe):** Play a GUI-based Tic-Tac-Toe game with your friends.
- **Chess (Beta):** A casual GUI Chess experience for players looking for a simple game.
## 🔧 Installation
Install the library directly from [PyPI](https://pypi.org/project/rupi/):
```bash
pip install rupi
```
Upgrade to the latest version:
```bash
pip install --upgrade rupi
```
---
## 📜 Usage
### 🔥 FLAMES Game
```python
from rupi import flames
# Interactive mode
flames()
# Quick result mode
result = flames("Alice", "Bob")
print("Relationship result:", result)
```
### ❌⭕ Tic-Tac-Toe (XO)
```python
from rupi import xo
# Launch the XO game
xo()
```
### ♟️ Chess (Beta)
```python
from rupi import chess
# Launch the Chess game
chess()
```
---
## 📚 About
Rupi Library includes:
- **FLAMES Game:** Find relationship compatibility with an exciting twist.
- **XO Game:** A GUI-based Tic-Tac-Toe game for two players.
- **Chess Game (Beta):** A GUI Chess experience for casual players.
Author: **Tanujairam**
Email: [tanujairam.v@gmail.com](mailto:tanujairam.v@gmail.com)
PyPI: [Rupi on PyPI](https://pypi.org/project/rupi/)
![Yet another script kid](https://readme-typing-svg.demolab.com?font=Pacifico&weight=700&size=30&pause=1000&color=009688&width=450&lines=Yet+another+script+kid+😏.)
---
## 🛠️ Development
Want to contribute or modify the library? Clone the repository:
```bash
git clone https://github.com/TanujairamV/rupi.git
cd rupi
```
Run individual scripts locally:
```bash
python -m rupi.flames
python -m rupi.xo
python -m rupi.chess_game
```
---
## 📝 License
This project is licensed under the **MIT License**.
### MIT License
```plaintext
MIT License
Copyright (c) 2024 Tanujairam
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```
---
![Contributing SVG](https://readme-typing-svg.demolab.com?font=Pacifico&weight=700&size=30&duration=2500&pause=1000&color=FBC02D&width=500&lines=Contributions+are+Welcome!+%F0%9F%91%8D)
Raw data
{
"_id": null,
"home_page": "https://github.com/TanujairamV/rupi",
"name": "rupi",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": null,
"keywords": "games, python library, flames, xo, chess, tkinter",
"author": "Tanujairam",
"author_email": "tanujairam.v@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/79/84/cc4d8f5a7506cc60a2644aac1bd40058c0eae75723629a81415c80233289/rupi-0.1.30.tar.gz",
"platform": null,
"description": "![Typing SVG](https://readme-typing-svg.demolab.com?font=Pacifico&weight=700&size=50&duration=3500&pause=1000&color=FF4081¢er=true&vCenter=true&width=900&lines=Welcome+to+Rupi+Library!;Made+with+\u2764\ufe0f+by+Tanujairam) \n\n# Rupi Library \ud83c\udf00 \n[![PyPI Version](https://img.shields.io/pypi/v/rupi)](https://pypi.org/project/rupi/) \n[![Python Versions](https://img.shields.io/pypi/pyversions/rupi)](https://pypi.org/project/rupi/) \n![Downloads](https://img.shields.io/pypi/dm/rupi?color=blue&label=Downloads&style=flat-square) \n\n---\n\n**Rupi** is a lightweight Python library that combines algorithm-based logic and GUI tools to create a fun and interactive Python experience. \n\n\n## \ud83c\udf1f Features \n\n- **FLAMES Game:** Discover relationship compatibility with a fun twist! \n- **XO (Tic-Tac-Toe):** Play a GUI-based Tic-Tac-Toe game with your friends. \n- **Chess (Beta):** A casual GUI Chess experience for players looking for a simple game. \n\n\n## \ud83d\udd27 Installation \n\nInstall the library directly from [PyPI](https://pypi.org/project/rupi/): \n```bash\npip install rupi\n``` \n\nUpgrade to the latest version: \n```bash\npip install --upgrade rupi\n``` \n\n---\n\n## \ud83d\udcdc Usage \n\n### \ud83d\udd25 FLAMES Game \n```python\nfrom rupi import flames\n\n# Interactive mode\nflames()\n\n# Quick result mode\nresult = flames(\"Alice\", \"Bob\")\nprint(\"Relationship result:\", result)\n``` \n\n\n### \u274c\u2b55 Tic-Tac-Toe (XO) \n```python\nfrom rupi import xo\n\n# Launch the XO game\nxo()\n``` \n\n\n### \u265f\ufe0f Chess (Beta) \n```python\nfrom rupi import chess\n\n# Launch the Chess game\nchess()\n``` \n\n---\n\n## \ud83d\udcda About \n\nRupi Library includes: \n- **FLAMES Game:** Find relationship compatibility with an exciting twist. \n- **XO Game:** A GUI-based Tic-Tac-Toe game for two players. \n- **Chess Game (Beta):** A GUI Chess experience for casual players.\n\nAuthor: **Tanujairam** \nEmail: [tanujairam.v@gmail.com](mailto:tanujairam.v@gmail.com) \nPyPI: [Rupi on PyPI](https://pypi.org/project/rupi/) \n\n\n![Yet another script kid](https://readme-typing-svg.demolab.com?font=Pacifico&weight=700&size=30&pause=1000&color=009688&width=450&lines=Yet+another+script+kid+\ud83d\ude0f.) \n---\n\n## \ud83d\udee0\ufe0f Development \n\nWant to contribute or modify the library? Clone the repository: \n```bash\ngit clone https://github.com/TanujairamV/rupi.git\ncd rupi\n``` \n\nRun individual scripts locally: \n```bash\npython -m rupi.flames\npython -m rupi.xo\npython -m rupi.chess_game\n``` \n\n---\n\n## \ud83d\udcdd License \n\nThis project is licensed under the **MIT License**. \n\n### MIT License \n\n```plaintext \nMIT License \n\nCopyright (c) 2024 Tanujairam \n\nPermission is hereby granted, free of charge, to any person obtaining a copy \nof this software and associated documentation files (the \"Software\"), to deal \nin the Software without restriction, including without limitation the rights \nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell \ncopies of the Software, and to permit persons to whom the Software is \nfurnished to do so, subject to the following conditions: \n\nThe above copyright notice and this permission notice shall be included in all \ncopies or substantial portions of the Software. \n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR \nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, \nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE \nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER \nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, \nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE \nSOFTWARE. \n``` \n\n---\n\n![Contributing SVG](https://readme-typing-svg.demolab.com?font=Pacifico&weight=700&size=30&duration=2500&pause=1000&color=FBC02D&width=500&lines=Contributions+are+Welcome!+%F0%9F%91%8D) \n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A fun Python library with games like FLAMES, XO, and Chess.",
"version": "0.1.30",
"project_urls": {
"Bug Tracker": "https://github.com/TanujairamV/rupi/issues",
"Documentation": "https://github.com/TanujairamV/rupi/wiki",
"Homepage": "https://github.com/TanujairamV/rupi",
"Source Code": "https://github.com/TanujairamV/rupi"
},
"split_keywords": [
"games",
" python library",
" flames",
" xo",
" chess",
" tkinter"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "98d2ed707a8469cd1ede7c5e56f553acc7f4f713ca80590373e5a55bcb8eb2dd",
"md5": "26f4125ef2d15c817dcdb3a3c5186cd3",
"sha256": "c7611a5c087242d24d46d8859e04a04524eefeffdfda787af29c2aa73d41eb04"
},
"downloads": -1,
"filename": "rupi-0.1.30-py3-none-any.whl",
"has_sig": false,
"md5_digest": "26f4125ef2d15c817dcdb3a3c5186cd3",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 8408,
"upload_time": "2024-11-26T18:22:16",
"upload_time_iso_8601": "2024-11-26T18:22:16.520292Z",
"url": "https://files.pythonhosted.org/packages/98/d2/ed707a8469cd1ede7c5e56f553acc7f4f713ca80590373e5a55bcb8eb2dd/rupi-0.1.30-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7984cc4d8f5a7506cc60a2644aac1bd40058c0eae75723629a81415c80233289",
"md5": "d57fbc60f053e90f5a652775e6ee7d59",
"sha256": "f8e63503fe6fff7361a548920266e496b04568973ca87c2ef104aff0c2388f16"
},
"downloads": -1,
"filename": "rupi-0.1.30.tar.gz",
"has_sig": false,
"md5_digest": "d57fbc60f053e90f5a652775e6ee7d59",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 7980,
"upload_time": "2024-11-26T18:22:17",
"upload_time_iso_8601": "2024-11-26T18:22:17.580826Z",
"url": "https://files.pythonhosted.org/packages/79/84/cc4d8f5a7506cc60a2644aac1bd40058c0eae75723629a81415c80233289/rupi-0.1.30.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-26 18:22:17",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "TanujairamV",
"github_project": "rupi",
"github_not_found": true,
"lcname": "rupi"
}