Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 797 Bytes

README.md

File metadata and controls

44 lines (26 loc) · 797 Bytes

GG, the Guessing Game

GG

Programming Languages Guessing Game

Rules

The rules are simple:

  1. copy/paste a source code,
  2. hit Guess button,
  3. GG will instantly guess the programming language.

Installation

  • Python 3.6+ required

Run the following command from the cloned repository:

python3 setup.py install

Usage

Launch GG server

gg-gunicorn

Then go to http://localhost:8000/

License and stuff...