-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/programmingLover12/certific…
…ate-generator into main
- Loading branch information
Showing
1 changed file
with
26 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,26 @@ | ||
# 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. | ||
|
||
--- | ||
|
||
# Installation: | ||
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 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) | ||
|