Metadata-Version: 2.1
Name: flaskquotes
Version: 1.0.2
Summary: Get AFI top 100 quotes
Home-page: UNKNOWN
Author: Jeff Moorhead
Author-email: jeff.moorhead1@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: BeautifulSoup4
Requires-Dist: Flask

Flaskquotes
===========

A quote generator built with Flask and BeautifulSoup. Quotes are scraped from the American
Film Institute's top 100 movie quotes list.

Installation
------------

To install, simply run `pip install flaskquotes`.

Usage
-----

This project is a web application, but it includes a command line entrypoint called `quotes`.
After installation, run `quotes` for a random quote, or include the `--random` option for a
random quote.

Bugs and Modifications
----------------------

Please feel free to email me at jeff.moorhead1@gmail.com with ideas for modifications or to
report a bug.


