Skip to content

Files

Latest commit

 

History

History

02_Name_Card_website

02_Name_Card_website

This is a web-based name card using one of the templates on HTML 5 Up (https://html5up.net/). It is exactly like the old school paper name cards, just better. It was developed using Python's web framework, Flask.


Flask
https://flask.palletsprojects.com/en/2.1.x/

HTML 5 Up - templates
https://html5up.net/


The necessary steps to make the program work:

  1. Install the required libraries from the requirements.txt using the following command:
    pip install -r requirements.txt

Example view from the website:

The home page.
Screenshot


The program was developed using python 3.10.6, Flask 2.2

In order to run the program, you have to execute server.py.