A Bollywood Movie Name Generator for playing Dumb Charades with Bollywood Movies.
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.
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 BollyDumb
.python3 -m venv python3env
.source python3env/bin/activate
.pip install -r requirements.txt
.python app.py
http://localhost:5000/
to start playing.Note: The application is still a work in progress and we will be adding new features in future releases.