kupad / meme-it-so

Meme It So is A media (TV show and Movie) screen capture and text caption database and image macro generator.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

memeitso-social

Meme It So: A Star Trek TNG Meme Generator

Intro

Meme It So is a media (TV show and Movie) screen capture and text caption database and image macro generator. It was made for making Star Trek TNG Memes. It is (clearly) heavily inspired by Frinkiac.

Server is agnostic to the media content.

Client-side is currently themed for Star Trek TNG. In the future I may try to make it more generic for easy installion for any show.

Website: https://memeit.so

Installation

#install ttf-mscorefonts (for Impact.ttf)
> sudo apt install ttf-mscorefonts-installer

#install ffmpeg
> sudo apt install ffmpeg

# install python3-dev tools
> sudo apt-get install python3-dev python3-pip python3-venv python3-wheel -y

# run venv:
> python3 -m venv venv

# activate venv
> source venv/bin/activate 

##################################
##################################

#install meme-it-so server
> pip install .


#preparation steps:

...TODO...

License Notice

"Meme It So" is a media (TV show and movies) screen capture and text caption database and image macro generator. Copyright (C) 2021 Phillip Dreizen

Meme It So is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Meme It So is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/.

About

Meme It So is A media (TV show and Movie) screen capture and text caption database and image macro generator.

License:GNU Affero General Public License v3.0


Languages

Language:JavaScript 49.3%Language:Python 44.9%Language:HTML 2.9%Language:CSS 1.4%Language:Shell 0.8%Language:PHP 0.6%