Instructions to run
1- Download all the codes
2- Launch terminal or Command Prompt
3- Run command php -S localhost:8000
Software Requirements
Mysql Ver 14.14 Distrib 5.7.29, Python 3.7.3, PHP 7.2.24
The Certificate Generator is a simple and dynamic course/event certificate generator. It is easy to use and highly customizable.
One can simply generate a customized certificate by providing the certificate template, name of recipient, name of event and date of the event.
Certificate Generator requires Python (> Python 3.5) .
Installing Dependencies
The Project has a few dependencies which can be installed by running following command in terminal or command prompt.
$ cd certificate-generator
$ pip install -r dependencies.txt
- PILLOW : For Image Processing
- Configparser : For reading config file.
With ideas from Link for Quiz System and Link for Certification System