Skip to content

dhanushrajvr/flames

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

12 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ”₯ FLAMES Game (Flask Web App)

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.


πŸš€ Requirements

Make sure the following are installed on your system:

  • Python 3.x
  • Flask

🐍 Install Python

  1. Download Python from the official website: https://www.python.org/downloads/

  2. Install Python and make sure to check "Add Python to PATH" during installation.

  3. Verify installation:

python --version

or

python3 --version

πŸ“¦ Install Flask

Install Flask using pip:

pip install flask

▢️ Run the Project

  1. Clone the repository
git clone https://github.com/V-R-DhanushRaj/flames.git
  1. Navigate to the project folder
cd flames
  1. Run the Flask application
flask run

πŸ’‘ Features

  • Simple user interface
  • Classic FLAMES algorithm
  • Built using Python + Flask

About

A simple web application that calculates the FLAMES relationship between two names. Users enter two names, and the app calculates the relationship using the classic FLAMES logic.

Resources

Stars

Watchers

Forks

Contributors