Skip to content
/ HeYa Public

Simple app for creating video card messages with a variety of themes.

Notifications You must be signed in to change notification settings

Zukemon/HeYa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HeYa!

Table of Contents

  1. Overview
  2. Usage
  3. Setup
  4. Technologies

Overview:

Heya is a simple App for making video greeting cards. I created it from a function I made during my CS50P course, final project. This version is a work in progress.

Usage:

Once the user enters the landing page they'll find a welcoming message and instructions to navigate to the next, "HeYa" page. On this page is a form for entering the text for the message that they want printed out on the video card, and an options menu for selecting a theme.

It's a simple 2 button APP:
• The heya emoticon/ button to navigate to the next page, and the render button.

Setup:

• The main project folder contains 2 Python scripts, 'project.py' and 'test_project.py', one 'templates' folder, and one 'renders' folder.

• The 'templates' folder has all the templates/background per video card theme.

• The 'renders' folder contains all the completed/rendered-out 'HeYa' video cards.

Web App

YouTube Demo

Technologies

Languages Python JavaScript HTML5 CSS3
Frameworks & Libraries Flask
Hosting Heroku

Commands to run app on local server (OS X):

• Download code. Go to directory. Create virtual environment

"pip install virtualenv"

• Install requirements

"pip install -r requirements.txt"

• Activate virtual environment

"source venv/bin/activate"

• Enter command "flask run"

Follow the link while app is running succesfully and app should now be visible in your browser.

Use "ctrl c" to quit process.

About

Simple app for creating video card messages with a variety of themes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published