From 5f1317cef0e723a995b01bb8fd48b8cad699de09 Mon Sep 17 00:00:00 2001 From: mohammad ali Date: Thu, 6 May 2021 18:21:43 +0500 Subject: [PATCH 1/4] creating md --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 67f078b..e7cee7a 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,10 @@ -# certificate-generator - certificate generator +# Certificate Generator Quick Guide +*** + +## What's the need of it? +During panademic Student Communities are conducting online webinars and making our community strong. It is much time consuming +to create the certificates for participants. So i created this app to automate this process. It is easy to use and simple and +saves tons of hardwork. +**** + +Certification Generator is desktop application for generating mass certificates from template and .CSV file of participants. From 18c7147425159e500a1ac011bca576d13481d840 Mon Sep 17 00:00:00 2001 From: mohammad ali Date: Thu, 6 May 2021 18:24:55 +0500 Subject: [PATCH 2/4] save --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e7cee7a..a63b6e4 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,9 @@ During panademic Student Communities are conducting online webinars and making our community strong. It is much time consuming to create the certificates for participants. So i created this app to automate this process. It is easy to use and simple and saves tons of hardwork. -**** +--- + +# Installation: +You can download it from [here](https://certificate-generator.github.io/) Certification Generator is desktop application for generating mass certificates from template and .CSV file of participants. From 43404664f5172ae562848662ef6e50cff634e8a6 Mon Sep 17 00:00:00 2001 From: mohammad ali Date: Thu, 6 May 2021 18:35:00 +0500 Subject: [PATCH 3/4] s --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a63b6e4..ecb2df6 100644 --- a/README.md +++ b/README.md @@ -9,5 +9,11 @@ saves tons of hardwork. --- # Installation: -You can download it from [here](https://certificate-generator.github.io/) -Certification Generator is desktop application for generating mass certificates from template and .CSV file of participants. +You can download it from [here](https://certificate-generator.github.io/). + +# How to use it ? + +After you have successfully installed the app you can follow the following steps to generate certificates from csv files. + +# 1. Create .csv file: +Csv file is a file in which column values are separated by comma * , * From 2caf82302aee1019668c06eab463f1a13fed6b0a Mon Sep 17 00:00:00 2001 From: mohammad ali Date: Thu, 6 May 2021 18:48:16 +0500 Subject: [PATCH 4/4] a --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ecb2df6..adae2c8 100644 --- a/README.md +++ b/README.md @@ -16,4 +16,11 @@ You can download it from [here](https://certificate-generator.github.io/). After you have successfully installed the app you can follow the following steps to generate certificates from csv files. # 1. Create .csv file: -Csv file is a file in which column values are separated by comma * , * + +Csv file is a file in which column values are separated by commas. Usually at the end of webinar we make attendees fill out a Google Form if you don't know how to create a Google Form then you can [watch](https://www.youtube.com/watch?v=fhA1A5T-Zc8) or [read it here.](https://support.google.com/docs/answer/6281888?co=GENIE.Platform%3DDesktop&hl=en). + +# 2. Add appropriate headings to columns in csv file: +Now you need to give heading to each column of csv file these headings will be used as labels to arrange text on template. Save changes in csv file. + +![create-csv-file](https://user-images.githubusercontent.com/53839118/117309125-95b89d00-ae9b-11eb-8833-103b2f5ae966.gif) +