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:
- Install the required libraries from the requirements.txt using the following command:
pip install -r requirements.txt
Example view from the website:
The program was developed using python 3.10.6, Flask 2.2
In order to run the program, you have to execute server.py.