Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 319 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 319 Bytes

Google-Ngram-Game

A terminal game that parses JSON data from Google's Ngram viewer

How to use

just run the python file lol .-.

make sure that nouns.csv is in the same directory as ngram.py

Requirements

This script only uses

import requests
import json
import csv
import urllib
import random