skb1129 / meme-generator

Meme Generator Python application project from Udacity's Intermediate Python Nanodegree program

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Meme Generator

A web application that generates random or custom memes.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

Install all dependencies given in the requirements.txt file using pip:

pip install -r requirements.txt

Download and install the pdftotext command line tool from: https://www.xpdfreader.com/download.html

Application

The application can be started by running the following command:

python app.py

You can access the application at: https://localhost:5000

Built With

  • Flask - The python server micro framework

Authors

Surya Kant Bansal - Developer - skb1129

Acknowledgments

About

Meme Generator Python application project from Udacity's Intermediate Python Nanodegree program


Languages

Language:Python 77.5%Language:HTML 21.1%Language:Dockerfile 1.4%