A simple web application that calculates the FLAMES relationship between two names.
FLAMES stands for:
- F β Friends
- L β Love
- A β Affection
- M β Marriage
- E β Enemy
- S β Siblings
Users enter two names, and the app calculates the relationship using the classic FLAMES logic.
Make sure the following are installed on your system:
- Python 3.x
- Flask
-
Download Python from the official website: https://www.python.org/downloads/
-
Install Python and make sure to check "Add Python to PATH" during installation.
-
Verify installation:
python --versionor
python3 --versionInstall Flask using pip:
pip install flask- Clone the repository
git clone https://github.com/V-R-DhanushRaj/flames.git- Navigate to the project folder
cd flames- Run the Flask application
flask run- Simple user interface
- Classic FLAMES algorithm
- Built using Python + Flask