zzmarkzz321 / puntionary

Create better puns

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

puntionary

Let's turn innocent sentences into shitty puns

Get Puntionary working locally on your machine!

  1. Clone the repo
  2. Create a virtual Environment
virtualenv .env
  1. install all the dependencies!
pip install -r requirements.txt
  1. Go to google and get yourself a Google Cloud Platform API key
  2. Export your new key to your os
export GOOGLE_CLOUD_PLATFORM=<your key here>
  1. in two separate terminals, run the following:
python app.py
python client.py
  1. Go crazy :)

Contributing

Feel free to contribute to puntionary or use it for personal projects! We're expecting to expand the app further and hopefully make it more versatile.

About

Create better puns

License:MIT License


Languages

Language:Python 41.2%Language:HTML 33.9%Language:JavaScript 24.9%