Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.27 KB

README.md

File metadata and controls

36 lines (23 loc) · 1.27 KB

Quizzo

The Online Quiz & Certification System

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

For Certificate Generator

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.

Prerequisites

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 

Packages Used

With ideas from Link for Quiz System and Link for Certification System