A Python library for my codes.
Project description
Rupi - The FLAMES Game in Python
Pali is a simple Python library to play the classic FLAMES game, where you calculate the relationship between two names based on the number of remaining letters after eliminating common ones. The result provides a relationship status like Friends, Love, Marriage, Enemies, etc.
Features
- FLAMES Calculation: Determines the relationship between two names.
- Interactive CLI: Optionally play the game directly via command line.
- Simple API: Easy to integrate into your Python projects.
Installation
You can install the rupi library via pip.
Via pip (from PyPI)
pip install rupi
From source
To install rupi directly from the GitHub repository:
git clone https://github.com/TanujairamV/rupi.git
cd rupi
python setup.py install
Usage
After installing, you can use the flames function to determine the relationship between two names.
Example 1: Using the library in Python
from rupi import flames
# Example names
result = flames("Alice", "Bob")
print(result) # Output: 'Enemies'
Example 2: Interactive CLI
You can also run the rupi package directly from the command line for an interactive FLAMES game.
python -m rupi.flames
This will prompt you to enter two names and will print the relationship result.
Example Output:
Welcome to the FLAMES Game!
Enter the first name: Alice
Enter the second name: Bob
The relationship between Alice and Bob is: Enemies
Contributing
We welcome contributions to the rupi library! Here’s how you can help:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch). - Commit your changes (
git commit -am 'Add new feature'). - Push to your branch (
git push origin feature-branch). - Open a pull request on GitHub.
Guidelines
- Write clear commit messages.
- Ensure all new features or fixes have tests.
- Follow PEP 8 style guidelines.
Running Tests
To run the tests for rupi, make sure you have pytest installed:
pip install pytest
Then, run the tests:
pytest tests/
License
This project is licensed under the MIT License - see the LICENSE file for details.
Contact
- Author: Tanujairam
- Email: Tanujairam.v@gmail.com
- GitHub: https://github.com/TanujairamV/pali
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.23.tar.gz.
File metadata
- Download URL: rupi-0.1.23.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b237f71ff7b8875cf5b1baf4ef5c130b4dee437e1dcafd9c9467d3a6dd9060d2
|
|
| MD5 |
94080aac8656a0e671b5365488a6962d
|
|
| BLAKE2b-256 |
27fbe22907e77d1731764718308e61ffa8f07567f4f21e2f5e838004f0ba25b0
|
File details
Details for the file rupi-0.1.23-py3-none-any.whl.
File metadata
- Download URL: rupi-0.1.23-py3-none-any.whl
- Upload date:
- Size: 4.4 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 |
ead8f64a8f35369ab9ac96b663bba66b32b29098207dc155ec2bc85b75eb89a7
|
|
| MD5 |
5aac877b1af6adf9b7e4e3b9fa9c397b
|
|
| BLAKE2b-256 |
15ce0df8551e2780a5ea431f334c21abfc46595707dc7bfb431815e170b1a066
|