/BollyDumb

A Bollywood Movie Name Generator for playing Dumb Charades with Bollywood Movies.

Primary LanguageHTMLMIT LicenseMIT

BollyDumb Banner

BollyDumb

A Bollywood Movie Name Generator, for assistance in playing the Dumb Charades with Bollywood Movies.

Local Installation

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.

Deploying to Heroku/PythonAnywhere/webserver

  • 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.

Reference

Third party