Skip to content
This repository has been archived by the owner on Jan 15, 2020. It is now read-only.

zzmarkzz321/puntionary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.