A Python library for my codes.
Project description
Rupi Library 🌀
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:
pip install rupi
Upgrade to the latest version:
pip install --upgrade rupi
📜 Usage
🔥 FLAMES Game
from rupi import flames
# Interactive mode
flames()
# Quick result mode
result = flames("Alice", "Bob")
print("Relationship result:", result)
❌⭕ Tic-Tac-Toe (XO)
from rupi import xo
# Launch the XO game
xo()
♟️ Chess (Beta)
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
PyPI: Rupi on PyPI
🛠️ Development
Want to contribute or modify the library? Clone the repository:
git clone https://github.com/TanujairamV/rupi.git
cd rupi
Run individual scripts locally:
python -m rupi.flames
python -m rupi.xo
python -m rupi.chess_game
📝 License
This project is licensed under the MIT License.
MIT License
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file rupi-0.1.29.tar.gz.
File metadata
- Download URL: rupi-0.1.29.tar.gz
- Upload date:
- Size: 7.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2e66bdc21f12d6ffddb3218168dc73d0f9dd95b3dcf202b3bb7770613fac36df
|
|
| MD5 |
0b474e8e953ccaccbc95acd8f510a538
|
|
| BLAKE2b-256 |
59e15023a79aa7aa1745c1721e8f8644551a2f1653393935106f4804e7c319d5
|
File details
Details for the file rupi-0.1.29-py3-none-any.whl.
File metadata
- Download URL: rupi-0.1.29-py3-none-any.whl
- Upload date:
- Size: 8.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
50b502f8ead13d0a76c42552ce1cabbc9ea28c05859b2302ab31604dd01ef422
|
|
| MD5 |
8706db148d8c15aba30403fefe107129
|
|
| BLAKE2b-256 |
17b5ef8951c41c969463c0f33612a4f47f8b84dcc77a10fb7d721f0fd3744e2b
|