gmarmstrong / rebus

Pictographic pun generator
GNU Affero General Public License v3.0
2 stars 2 forks source link

REEB ME rebus

This is a program for generating rebuses, written for UGAHacks in 2019.

Usage

Prerequisites: Poetry

With poetry installed, run the following commands from the root of the project:

poetry install
poetry run flask --app rebus.app run

Then visit http://localhost:5000 in your browser.

Authors