Skip to content
/ PYND Public
forked from udacity/PYND

Public repository for the Intermediate Python Nanodegree Program.

Notifications You must be signed in to change notification settings

KyrillL1/PYND

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Meme Generator

(This is a Udacity Code Review Project)

Description

This project offers online and offline functionality for creating memes. It includes default pictures and text, but can also be chosen manually.

Setting up

Install all dependencies of requirements.txt.

Running

Run Offline Application

If you want to get a random meme, run the below.

python3 meme.py

If you want to have a customized one, run this.

python3 meme.py --path './myPicture.jpg' --author 'Confucius'
        --body 'Life is really simple, but we insist on making it complicated'

Run Flask Server

You can run the flask server with

python3 app.py

Navigate to http://localhost:5000 and enjoy the application.

About

Public repository for the Intermediate Python Nanodegree Program.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 82.2%
  • HTML 17.8%