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.
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.
• 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.
Languages | |
Frameworks & Libraries | |
Hosting |
• 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.