A Bollywood Movie Name Generator, for assistance in playing the Dumb Charades with Bollywood Movies.
Pre-requisites for local installation using python virtual environment (venv): Python3, Git, Terminal application (gitbash, bash, powershell, etc.).
The following steps are written keeping in mind a linux os, exact commands and process might change on Windows and MacOS. Please modify the commands and steps as per your OS.
- Open a Termainal and Clone the repository to desired location using
git clone git@github.com:ravigupta-art/BollyDumb.git
. (You need to setup SSH keys first. Look Github's documentation on connecting with SSH for more info. ) - CD into cloned repository using
cd BollyDumb
. - Create a virtual environment named 'python3env' using
python3 -m venv python3env
. - Activate virtual environment using
source python3env/bin/activate
. - Install the required python packages using
pip install -r requirements.txt
. - Change the value of 'app.secret_key' in the file 'app.py' to a private and secure. You may use this method from flask documentation to generate the key.
- Start the application using
python app.py
- Open a browser and goto
http://localhost:5000/
to start playing.
- Please look in to flask documentation here to see the platform specific steps.
Note: The application is still a work in progress and we will be adding new features in future releases.
- Flask 2.2.2 (BSD-3-Clause License)
- Bootstrap 4.5.3 (MIT License)
- Bootstrap Icons 1.2.2 ( MIT License)
- JQuery 3.5.1 (MIT License)